Drizzled Public API Documentation

drizzled::message::Event Class Reference

List of all members.

Public Types

typedef Event_Type Type

Public Member Functions

 Event (const Event &from)
Eventoperator= (const Event &from)
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (Event *other)
EventNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const Event &from)
void MergeFrom (const Event &from)
void Clear ()
bool IsInitialized () const
int ByteSize () const
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
bool has_type () const
void clear_type ()
inline::drizzled::message::Event_Type type () const
void set_type (::drizzled::message::Event_Type value)

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
static const Eventdefault_instance ()
static bool Type_IsValid (int value)
static const
::google::protobuf::EnumDescriptor * 
Type_descriptor ()
static const ::std::string & Type_Name (Type value)
static bool Type_Parse (const ::std::string &name, Type *value)

Static Public Attributes

static const Type STARTUP = Event_Type_STARTUP
static const Type SHUTDOWN = Event_Type_SHUTDOWN
static const Type Type_MIN
static const Type Type_MAX
static const int Type_ARRAYSIZE
static const int kTypeFieldNumber = 1

Private Member Functions

void SharedCtor ()
void SharedDtor ()
void SetCachedSize (int size) const
void set_has_type ()
void clear_has_type ()
void InitAsDefaultInstance ()

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
int type_
int _cached_size_
::google::protobuf::uint32 _has_bits_ [(1+31)/32]

Static Private Attributes

static Eventdefault_instance_ = NULL

Friends

void protobuf_AddDesc_event_2eproto ()
void protobuf_AssignDesc_event_2eproto ()
void protobuf_ShutdownFile_event_2eproto ()

Detailed Description

Definition at line 59 of file event.pb.h.


Member Data Documentation

const int drizzled::message::Event::Type_ARRAYSIZE
static
Initial value:
Event_Type_Type_ARRAYSIZE

Definition at line 121 of file event.pb.h.

const Event_Type drizzled::message::Event::Type_MAX
static
Initial value:
Event_Type_Type_MAX

Definition at line 119 of file event.pb.h.

const Event_Type drizzled::message::Event::Type_MIN
static
Initial value:
Event_Type_Type_MIN

Definition at line 117 of file event.pb.h.


The documentation for this class was generated from the following files: