Public Types | |
typedef Event_Type | Type |
Public Member Functions | |
Event (const Event &from) | |
Event & | operator= (const Event &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Event *other) |
Event * | New () 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 Event & | default_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 |
bool | _has_bit (int index) const |
void | _set_bit (int index) |
void | _clear_bit (int index) |
void | InitAsDefaultInstance () |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
int | _cached_size_ |
int | type_ |
::google::protobuf::uint32 | _has_bits_ [(1+31)/32] |
Static Private Attributes | |
static Event * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_event_2eproto () |
void | protobuf_AssignDesc_event_2eproto () |
void | protobuf_ShutdownFile_event_2eproto () |
Definition at line 59 of file event.pb.h.
const int drizzled::message::Event::Type_ARRAYSIZE [static] |
Event_Type_Type_ARRAYSIZE
Definition at line 121 of file event.pb.h.
const Event_Type drizzled::message::Event::Type_MAX [static] |
Event_Type_Type_MAX
Definition at line 119 of file event.pb.h.
const Event_Type drizzled::message::Event::Type_MIN [static] |
Event_Type_Type_MIN
Definition at line 117 of file event.pb.h.