Goby v2
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
goby::common::protobuf::Filter Class Reference
Inheritance diagram for goby::common::protobuf::Filter:
Inheritance graph
[legend]

Public Types

typedef Filter_Operation Operation
 

Public Member Functions

 Filter (const Filter &from)
 
Filteroperator= (const Filter &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Filter *other)
 
FilterNew () 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 Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Filterdefault_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 Public Attributes

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
 

Friends

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 ()
 

Detailed Description

Definition at line 68 of file interprocess_notification.pb.h.

Member Data Documentation

const int goby::common::protobuf::Filter::Operation_ARRAYSIZE
static
Initial value:
=
Filter_Operation_Operation_ARRAYSIZE

Definition at line 129 of file interprocess_notification.pb.h.

const Operation goby::common::protobuf::Filter::Operation_MAX
static
Initial value:
=
Filter_Operation_Operation_MAX

Definition at line 127 of file interprocess_notification.pb.h.

const Operation goby::common::protobuf::Filter::Operation_MIN
static
Initial value:
=
Filter_Operation_Operation_MIN

Definition at line 125 of file interprocess_notification.pb.h.


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