|
typedef Filter_Operation | Operation |
|
|
| Filter (const Filter &from) |
|
Filter & | operator= (const Filter &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (Filter *other) |
|
Filter * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const Filter &from) |
|
void | MergeFrom (const Filter &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_key () const |
|
void | clear_key () |
|
const ::std::string & | key () const |
|
void | set_key (const ::std::string &value) |
|
void | set_key (const char *value) |
|
void | set_key (const char *value, size_t size) |
|
inline::std::string * | mutable_key () |
|
inline::std::string * | release_key () |
|
void | set_allocated_key (::std::string *key) |
|
bool | has_operation () const |
|
void | clear_operation () |
|
inline::goby::common::protobuf::Filter_Operation | operation () const |
|
void | set_operation (::goby::common::protobuf::Filter_Operation value) |
|
bool | has_value () const |
|
void | clear_value () |
|
const ::std::string & | value () const |
|
void | set_value (const ::std::string &value) |
|
void | set_value (const char *value) |
|
void | set_value (const char *value, size_t size) |
|
inline::std::string * | mutable_value () |
|
inline::std::string * | release_value () |
|
void | set_allocated_value (::std::string *value) |
|
|
static const ::google::protobuf::Descriptor * | descriptor () |
|
static const Filter & | default_instance () |
|
static bool | Operation_IsValid (int value) |
|
static const ::google::protobuf::EnumDescriptor * | Operation_descriptor () |
|
static const ::std::string & | Operation_Name (Operation value) |
|
static bool | Operation_Parse (const ::std::string &name, Operation *value) |
|
|
static const Operation | EQUAL = Filter_Operation_EQUAL |
|
static const Operation | NOT_EQUAL = Filter_Operation_NOT_EQUAL |
|
static const Operation | Operation_MIN |
|
static const Operation | Operation_MAX |
|
static const int | Operation_ARRAYSIZE |
|
static const int | kKeyFieldNumber = 1 |
|
static const int | kOperationFieldNumber = 2 |
|
static const int | kValueFieldNumber = 3 |
|
|
void | protobuf_AddDesc_goby_2fpb_2fprotobuf_2finterprocess_5fnotification_2eproto () |
|
void | protobuf_AssignDesc_goby_2fpb_2fprotobuf_2finterprocess_5fnotification_2eproto () |
|
void | protobuf_ShutdownFile_goby_2fpb_2fprotobuf_2finterprocess_5fnotification_2eproto () |
|
const int goby::common::protobuf::Filter::Operation_ARRAYSIZE |
|
static |
const Operation goby::common::protobuf::Filter::Operation_MAX |
|
static |
const Operation goby::common::protobuf::Filter::Operation_MIN |
|
static |
The documentation for this class was generated from the following file: