|
| QueuedMessageEntry (const QueuedMessageEntry &from) |
|
QueuedMessageEntry & | operator= (const QueuedMessageEntry &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (QueuedMessageEntry *other) |
|
QueuedMessageEntry * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const QueuedMessageEntry &from) |
|
void | MergeFrom (const QueuedMessageEntry &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_protobuf_name () const |
|
void | clear_protobuf_name () |
|
const ::std::string & | protobuf_name () const |
|
void | set_protobuf_name (const ::std::string &value) |
|
void | set_protobuf_name (const char *value) |
|
void | set_protobuf_name (const char *value, size_t size) |
|
inline::std::string * | mutable_protobuf_name () |
|
inline::std::string * | release_protobuf_name () |
|
void | set_allocated_protobuf_name (::std::string *protobuf_name) |
|
bool | has_ack () const |
|
void | clear_ack () |
|
bool | ack () const |
|
void | set_ack (bool value) |
|
bool | has_blackout_time () const |
|
void | clear_blackout_time () |
|
inline::google::protobuf::uint32 | blackout_time () const |
|
void | set_blackout_time (::google::protobuf::uint32 value) |
|
bool | has_max_queue () const |
|
void | clear_max_queue () |
|
inline::google::protobuf::uint32 | max_queue () const |
|
void | set_max_queue (::google::protobuf::uint32 value) |
|
bool | has_newest_first () const |
|
void | clear_newest_first () |
|
bool | newest_first () const |
|
void | set_newest_first (bool value) |
|
bool | has_ttl () const |
|
void | clear_ttl () |
|
inline::google::protobuf::int32 | ttl () const |
|
void | set_ttl (::google::protobuf::int32 value) |
|
bool | has_value_base () const |
|
void | clear_value_base () |
|
double | value_base () const |
|
void | set_value_base (double value) |
|
int | manipulator_size () const |
|
void | clear_manipulator () |
|
inline::goby::acomms::protobuf::Manipulator | manipulator (int index) const |
|
void | set_manipulator (int index,::goby::acomms::protobuf::Manipulator value) |
|
void | add_manipulator (::goby::acomms::protobuf::Manipulator value) |
|
const ::google::protobuf::RepeatedField< int > & | manipulator () const |
|
inline::google::protobuf::RepeatedField< int > * | mutable_manipulator () |
|
int | role_size () const |
|
void | clear_role () |
|
const ::goby::acomms::protobuf::QueuedMessageEntry_Role & | role (int index) const |
|
inline::goby::acomms::protobuf::QueuedMessageEntry_Role * | mutable_role (int index) |
|
inline::goby::acomms::protobuf::QueuedMessageEntry_Role * | add_role () |
|
const ::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::QueuedMessageEntry_Role > & | role () const |
|
inline::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::QueuedMessageEntry_Role > * | mutable_role () |
|
- Examples:
- acomms/chat/chat.cpp.
Definition at line 232 of file queue.pb.h.