OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mvccpb Namespace Reference

Classes

class  KeyValueDefaultTypeInternal
 
class  EventDefaultTypeInternal
 
class  KeyValue
 
class  Event
 

Enumerations

enum  Event_EventType { Event_EventType_PUT = 0, Event_EventType_DELETE = 1, Event_EventType_Event_EventType_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, Event_EventType_Event_EventType_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max }
 

Functions

const
::google::protobuf::EnumDescriptor * 
Event_EventType_descriptor ()
 
bool Event_EventType_IsValid (int value)
 
const ::std::string & Event_EventType_Name (Event_EventType value)
 
bool Event_EventType_Parse (const ::std::string &name, Event_EventType *value)
 

Variables

class
mvccpb::KeyValueDefaultTypeInternal 
_KeyValue_default_instance_
 
class
mvccpb::EventDefaultTypeInternal 
_Event_default_instance_
 
const Event_EventType Event_EventType_EventType_MIN = Event_EventType_PUT
 
const Event_EventType Event_EventType_EventType_MAX = Event_EventType_DELETE
 
const int Event_EventType_EventType_ARRAYSIZE = Event_EventType_EventType_MAX + 1
 

Enumeration Type Documentation

Enumerator
Event_EventType_PUT 
Event_EventType_DELETE 
Event_EventType_Event_EventType_INT_MIN_SENTINEL_DO_NOT_USE_ 
Event_EventType_Event_EventType_INT_MAX_SENTINEL_DO_NOT_USE_ 

Definition at line 65 of file kv.pb.h.

Function Documentation

const ::google::protobuf::EnumDescriptor * mvccpb::Event_EventType_descriptor ( )

Definition at line 161 of file kv.pb.cc.

Here is the call graph for this function:

bool mvccpb::Event_EventType_IsValid ( int  value)

Definition at line 165 of file kv.pb.cc.

const ::std::string& mvccpb::Event_EventType_Name ( Event_EventType  value)
inline

Definition at line 77 of file kv.pb.h.

Here is the call graph for this function:

bool mvccpb::Event_EventType_Parse ( const ::std::string &  name,
Event_EventType *  value 
)
inline

Definition at line 81 of file kv.pb.h.

Here is the call graph for this function:

Variable Documentation

EventDefaultTypeInternal mvccpb::_Event_default_instance_

Definition at line 57 of file kv.pb.h.

KeyValueDefaultTypeInternal mvccpb::_KeyValue_default_instance_

Definition at line 60 of file kv.pb.h.

const int mvccpb::Event_EventType_EventType_ARRAYSIZE = Event_EventType_EventType_MAX + 1

Definition at line 74 of file kv.pb.h.

const Event_EventType mvccpb::Event_EventType_EventType_MAX = Event_EventType_DELETE

Definition at line 73 of file kv.pb.h.

const Event_EventType mvccpb::Event_EventType_EventType_MIN = Event_EventType_PUT

Definition at line 72 of file kv.pb.h.