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

Public Member Functions

 EmbeddedMessage (const EmbeddedMessage &from)
 
EmbeddedMessageoperator= (const EmbeddedMessage &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EmbeddedMessage *other)
 
EmbeddedMessageNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const EmbeddedMessage &from)
 
void MergeFrom (const EmbeddedMessage &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_body () const
 
void clear_body ()
 
const ::std::string & body () const
 
void set_body (const ::std::string &value)
 
void set_body (const char *value)
 
void set_body (const void *value, size_t size)
 
inline::std::string * mutable_body ()
 
inline::std::string * release_body ()
 
void set_allocated_body (::std::string *body)
 
bool has_type () const
 
void clear_type ()
 
const ::std::string & type () const
 
void set_type (const ::std::string &value)
 
void set_type (const char *value)
 
void set_type (const char *value, size_t size)
 
inline::std::string * mutable_type ()
 
inline::std::string * release_type ()
 
void set_allocated_type (::std::string *type)
 
bool has_filter () const
 
void clear_filter ()
 
const ::goby::common::protobuf::Filterfilter () const
 
inline::goby::common::protobuf::Filter * mutable_filter ()
 
inline::goby::common::protobuf::Filter * release_filter ()
 
void set_allocated_filter (::goby::common::protobuf::Filter *filter)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const EmbeddedMessagedefault_instance ()
 

Static Public Attributes

static const int kBodyFieldNumber = 1
 
static const int kTypeFieldNumber = 2
 
static const int kFilterFieldNumber = 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 201 of file interprocess_notification.pb.h.


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