Wiselib
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
de::uniluebeck::itm::gtr::messaging::Msg Class Reference

#include <Messages.pb.h>

List of all members.

Public Member Functions

 Msg ()
virtual ~Msg ()
 Msg (const Msg &from)
Msgoperator= (const Msg &from)
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (Msg *other)
MsgNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const Msg &from)
void MergeFrom (const Msg &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_to () const
void clear_to ()
const ::std::string & to () const
void set_to (const ::std::string &value)
void set_to (const char *value)
void set_to (const char *value, size_t size)
inline::std::string * mutable_to ()
bool has_from () const
void clear_from ()
const ::std::string & from () const
void set_from (const ::std::string &value)
void set_from (const char *value)
void set_from (const char *value, size_t size)
inline::std::string * mutable_from ()
bool has_msgtype () const
void clear_msgtype ()
const ::std::string & msgtype () const
void set_msgtype (const ::std::string &value)
void set_msgtype (const char *value)
void set_msgtype (const char *value, size_t size)
inline::std::string * mutable_msgtype ()
bool has_priority () const
void clear_priority ()
inline::google::protobuf::uint32 priority () const
void set_priority (::google::protobuf::uint32 value)
bool has_validuntil () const
void clear_validuntil ()
inline::google::protobuf::uint64 validuntil () const
void set_validuntil (::google::protobuf::uint64 value)
bool has_payload () const
void clear_payload ()
const ::std::string & payload () const
void set_payload (const ::std::string &value)
void set_payload (const char *value)
void set_payload (const void *value, size_t size)
inline::std::string * mutable_payload ()
bool has_replywith () const
void clear_replywith ()
const ::std::string & replywith () const
void set_replywith (const ::std::string &value)
void set_replywith (const char *value)
void set_replywith (const char *value, size_t size)
inline::std::string * mutable_replywith ()
bool has_replyto () const
void clear_replyto ()
const ::std::string & replyto () const
void set_replyto (const ::std::string &value)
void set_replyto (const char *value)
void set_replyto (const char *value, size_t size)
inline::std::string * mutable_replyto ()

Static Public Member Functions

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

Static Public Attributes

static const int kToFieldNumber = 1
static const int kFromFieldNumber = 2
static const int kMsgTypeFieldNumber = 3
static const int kPriorityFieldNumber = 4
static const int kValidUntilFieldNumber = 5
static const int kPayloadFieldNumber = 6
static const int kReplyWithFieldNumber = 7
static const int kReplyToFieldNumber = 8

Friends

void protobuf_AddDesc_Messages_2eproto ()
void protobuf_AssignDesc_Messages_2eproto ()
void protobuf_ShutdownFile_Messages_2eproto ()

Constructor & Destructor Documentation

de::uniluebeck::itm::gtr::messaging::Msg::Msg ( )
de::uniluebeck::itm::gtr::messaging::Msg::~Msg ( ) [virtual]
de::uniluebeck::itm::gtr::messaging::Msg::Msg ( const Msg from)

Member Function Documentation

int de::uniluebeck::itm::gtr::messaging::Msg::ByteSize ( ) const
void de::uniluebeck::itm::gtr::messaging::Msg::Clear ( )
void de::uniluebeck::itm::gtr::messaging::Msg::clear_from ( ) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::clear_msgtype ( ) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::clear_payload ( ) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::clear_priority ( ) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::clear_replyto ( ) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::clear_replywith ( ) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::clear_to ( ) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::clear_validuntil ( ) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::CopyFrom ( const Msg from)
void de::uniluebeck::itm::gtr::messaging::Msg::CopyFrom ( const ::google::protobuf::Message from)
const Msg & de::uniluebeck::itm::gtr::messaging::Msg::default_instance ( ) [static]
const ::google::protobuf::Descriptor * de::uniluebeck::itm::gtr::messaging::Msg::descriptor ( ) [static]
const ::std::string & de::uniluebeck::itm::gtr::messaging::Msg::from ( ) const [inline]
int de::uniluebeck::itm::gtr::messaging::Msg::GetCachedSize ( ) const [inline]
google::protobuf::Metadata de::uniluebeck::itm::gtr::messaging::Msg::GetMetadata ( ) const
bool de::uniluebeck::itm::gtr::messaging::Msg::has_from ( ) const [inline]
bool de::uniluebeck::itm::gtr::messaging::Msg::has_msgtype ( ) const [inline]
bool de::uniluebeck::itm::gtr::messaging::Msg::has_payload ( ) const [inline]
bool de::uniluebeck::itm::gtr::messaging::Msg::has_priority ( ) const [inline]
bool de::uniluebeck::itm::gtr::messaging::Msg::has_replyto ( ) const [inline]
bool de::uniluebeck::itm::gtr::messaging::Msg::has_replywith ( ) const [inline]
bool de::uniluebeck::itm::gtr::messaging::Msg::has_to ( ) const [inline]
bool de::uniluebeck::itm::gtr::messaging::Msg::has_validuntil ( ) const [inline]
bool de::uniluebeck::itm::gtr::messaging::Msg::IsInitialized ( ) const
void de::uniluebeck::itm::gtr::messaging::Msg::MergeFrom ( const ::google::protobuf::Message from)
void de::uniluebeck::itm::gtr::messaging::Msg::MergeFrom ( const Msg from)
bool de::uniluebeck::itm::gtr::messaging::Msg::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
const ::std::string & de::uniluebeck::itm::gtr::messaging::Msg::msgtype ( ) const [inline]
std::string * de::uniluebeck::itm::gtr::messaging::Msg::mutable_from ( ) [inline]
std::string * de::uniluebeck::itm::gtr::messaging::Msg::mutable_msgtype ( ) [inline]
std::string * de::uniluebeck::itm::gtr::messaging::Msg::mutable_payload ( ) [inline]
std::string * de::uniluebeck::itm::gtr::messaging::Msg::mutable_replyto ( ) [inline]
std::string * de::uniluebeck::itm::gtr::messaging::Msg::mutable_replywith ( ) [inline]
std::string * de::uniluebeck::itm::gtr::messaging::Msg::mutable_to ( ) [inline]
inline ::google::protobuf::UnknownFieldSet* de::uniluebeck::itm::gtr::messaging::Msg::mutable_unknown_fields ( ) [inline]
Msg * de::uniluebeck::itm::gtr::messaging::Msg::New ( ) const
Msg& de::uniluebeck::itm::gtr::messaging::Msg::operator= ( const Msg from) [inline]
const ::std::string & de::uniluebeck::itm::gtr::messaging::Msg::payload ( void  ) const [inline]
google::protobuf::uint32 de::uniluebeck::itm::gtr::messaging::Msg::priority ( ) const [inline]
const ::std::string & de::uniluebeck::itm::gtr::messaging::Msg::replyto ( ) const [inline]
const ::std::string & de::uniluebeck::itm::gtr::messaging::Msg::replywith ( ) const [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
google::protobuf::uint8 * de::uniluebeck::itm::gtr::messaging::Msg::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const
void de::uniluebeck::itm::gtr::messaging::Msg::set_from ( const char *  value,
size_t  size 
) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_from ( const char *  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_from ( const ::std::string &  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_msgtype ( const ::std::string &  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_msgtype ( const char *  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_msgtype ( const char *  value,
size_t  size 
) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_payload ( const ::std::string &  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_payload ( const void *  value,
size_t  size 
) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_payload ( const char *  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_priority ( ::google::protobuf::uint32  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_replyto ( const char *  value,
size_t  size 
) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_replyto ( const char *  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_replyto ( const ::std::string &  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_replywith ( const ::std::string &  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_replywith ( const char *  value,
size_t  size 
) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_replywith ( const char *  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_to ( const ::std::string &  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_to ( const char *  value,
size_t  size 
) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_to ( const char *  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::set_validuntil ( ::google::protobuf::uint64  value) [inline]
void de::uniluebeck::itm::gtr::messaging::Msg::Swap ( Msg other)
const ::std::string & de::uniluebeck::itm::gtr::messaging::Msg::to ( ) const [inline]
const ::google::protobuf::UnknownFieldSet& de::uniluebeck::itm::gtr::messaging::Msg::unknown_fields ( ) const [inline]
google::protobuf::uint64 de::uniluebeck::itm::gtr::messaging::Msg::validuntil ( ) const [inline]

Friends And Related Function Documentation

void protobuf_AddDesc_Messages_2eproto ( ) [friend]
void protobuf_AssignDesc_Messages_2eproto ( ) [friend]
void protobuf_ShutdownFile_Messages_2eproto ( ) [friend]

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines