List of all members |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes
Publish Class Reference
#include <publish.pb.h>
Public Member Functions | |
Publish () | |
Publish (const Publish &from) | |
virtual | ~Publish () |
size_t | ByteSizeLong () const final |
void | Clear () final |
void | clear_header () |
void | clear_host () |
void | clear_msg_type () |
void | clear_port () |
void | clear_topic () |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const Publish &from) |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
bool | has_header () const |
const ::gz::msgs::Header & | header () const |
const ::std::string & | host () const |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
bool | IsInitialized () const final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const Publish &from) |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
const ::std::string & | msg_type () const |
::gz::msgs::Header * | mutable_header () |
::std::string * | mutable_host () |
::std::string * | mutable_msg_type () |
::std::string * | mutable_topic () |
Publish * | New () const final |
Publish * | New (::google::protobuf::Arena *arena) const final |
Publish & | operator= (const Publish &from) |
::google::protobuf::uint32 | port () const |
::gz::msgs::Header * | release_header () |
::std::string * | release_host () |
::std::string * | release_msg_type () |
::std::string * | release_topic () |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
void | set_allocated_header (::gz::msgs::Header *header) |
void | set_allocated_host (::std::string *host) |
void | set_allocated_msg_type (::std::string *msg_type) |
void | set_allocated_topic (::std::string *topic) |
void | set_host (const ::std::string &value) |
void | set_host (const char *value) |
void | set_host (const char *value, size_t size) |
void | set_msg_type (const ::std::string &value) |
void | set_msg_type (const char *value) |
void | set_msg_type (const char *value, size_t size) |
void | set_port (::google::protobuf::uint32 value) |
void | set_topic (const ::std::string &value) |
void | set_topic (const char *value) |
void | set_topic (const char *value, size_t size) |
void | Swap (Publish *other) |
const ::std::string & | topic () const |
Static Public Member Functions | |
static const Publish & | default_instance () |
static const ::google::protobuf::Descriptor * | descriptor () |
static void | InitAsDefaultInstance () |
static const Publish * | internal_default_instance () |
Static Public Attributes | |
static const int | kHeaderFieldNumber = 1 |
static const int | kHostFieldNumber = 4 |
static constexpr int | kIndexInFileMessages |
static const int | kMsgTypeFieldNumber = 3 |
static const int | kPortFieldNumber = 5 |
static const int | kTopicFieldNumber = 2 |
Constructor & Destructor Documentation
◆ Publish() [1/2]
Publish | ( | ) |
◆ ~Publish()
|
virtual |
◆ Publish() [2/2]
Member Function Documentation
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_host()
|
inline |
◆ clear_msg_type()
|
inline |
◆ clear_port()
|
inline |
◆ clear_topic()
|
inline |
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
void CopyFrom | ( | const Publish & | from | ) |
◆ default_instance()
|
static |
◆ descriptor()
|
static |
◆ GetCachedSize()
|
inlinefinal |
◆ GetMetadata()
|
final |
◆ has_header()
|
inline |
References Publish::internal_default_instance().
◆ header()
|
inline |
References gz::msgs::_Header_default_instance_.
Referenced by Publish::set_allocated_header().
◆ host()
|
inline |
Referenced by Publish::set_allocated_host().
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
References gz::msgs::_Publish_default_instance_.
Referenced by Publish::has_header().
◆ InternalSerializeWithCachedSizesToArray()
|
final |
◆ IsInitialized()
|
final |
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
void MergeFrom | ( | const Publish & | from | ) |
◆ MergePartialFromCodedStream()
|
final |
◆ msg_type()
|
inline |
Referenced by Publish::set_allocated_msg_type().
◆ mutable_header()
|
inline |
◆ mutable_host()
|
inline |
◆ mutable_msg_type()
|
inline |
◆ mutable_topic()
|
inline |
◆ New() [1/2]
|
inlinefinal |
◆ New() [2/2]
|
inlinefinal |
◆ operator=()
◆ port()
|
inline |
◆ release_header()
|
inline |
◆ release_host()
|
inline |
◆ release_msg_type()
|
inline |
◆ release_topic()
|
inline |
◆ SerializeWithCachedSizes()
|
final |
◆ set_allocated_header()
|
inline |
References Publish::header().
◆ set_allocated_host()
|
inline |
References Publish::host().
◆ set_allocated_msg_type()
|
inline |
References Publish::msg_type().
◆ set_allocated_topic()
|
inline |
References Publish::topic().
◆ set_host() [1/3]
|
inline |
◆ set_host() [2/3]
|
inline |
◆ set_host() [3/3]
|
inline |
◆ set_msg_type() [1/3]
|
inline |
◆ set_msg_type() [2/3]
|
inline |
◆ set_msg_type() [3/3]
|
inline |
◆ set_port()
|
inline |
◆ set_topic() [1/3]
|
inline |
◆ set_topic() [2/3]
|
inline |
◆ set_topic() [3/3]
|
inline |
◆ Swap()
void Swap | ( | Publish * | other | ) |
◆ topic()
|
inline |
Referenced by Publish::set_allocated_topic().
Member Data Documentation
◆ kHeaderFieldNumber
|
static |
◆ kHostFieldNumber
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
◆ kMsgTypeFieldNumber
|
static |
◆ kPortFieldNumber
|
static |
◆ kTopicFieldNumber
|
static |
The documentation for this class was generated from the following file: