Goby3  3.1.4
2024.02.22
goby::acomms::protobuf::QueueSize Class Reference

#include <goby/acomms/protobuf/queue.pb.h>

Inheritance diagram for goby::acomms::protobuf::QueueSize:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 QueueSize ()
 
virtual ~QueueSize ()
 
 QueueSize (const QueueSize &from)
 
QueueSizeoperator= (const QueueSize &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (QueueSize *other)
 
QueueSizeNew () const final
 
QueueSizeNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const QueueSize &from)
 
void MergeFrom (const QueueSize &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_dccl_id () const
 
void clear_dccl_id ()
 
::google::protobuf::uint32 dccl_id () const
 
void set_dccl_id (::google::protobuf::uint32 value)
 
bool has_size () const
 
void clear_size ()
 
::google::protobuf::uint32 size () const
 
void set_size (::google::protobuf::uint32 value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const QueueSizedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const QueueSizeinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kDcclIdFieldNumber = 1
 
static const int kSizeFieldNumber = 2
 

Friends

struct ::protobuf_goby_2facomms_2fprotobuf_2fqueue_2eproto::TableStruct
 
void swap (QueueSize &a, QueueSize &b)
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 
- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 885 of file queue.pb.h.

Constructor & Destructor Documentation

◆ QueueSize() [1/2]

goby::acomms::protobuf::QueueSize::QueueSize ( )

◆ ~QueueSize()

virtual goby::acomms::protobuf::QueueSize::~QueueSize ( )
virtual

◆ QueueSize() [2/2]

goby::acomms::protobuf::QueueSize::QueueSize ( const QueueSize from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::acomms::protobuf::QueueSize::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::acomms::protobuf::QueueSize::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_dccl_id()

void goby::acomms::protobuf::QueueSize::clear_dccl_id ( )
inline

Definition at line 2091 of file queue.pb.h.

◆ clear_size()

void goby::acomms::protobuf::QueueSize::clear_size ( )
inline

Definition at line 2115 of file queue.pb.h.

◆ CopyFrom() [1/2]

void goby::acomms::protobuf::QueueSize::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::acomms::protobuf::QueueSize::CopyFrom ( const QueueSize from)

◆ dccl_id()

google::protobuf::uint32 goby::acomms::protobuf::QueueSize::dccl_id ( ) const
inline

Definition at line 2095 of file queue.pb.h.

◆ default_instance()

static const QueueSize& goby::acomms::protobuf::QueueSize::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::acomms::protobuf::QueueSize::descriptor ( )
static

◆ GetCachedSize()

int goby::acomms::protobuf::QueueSize::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 957 of file queue.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::acomms::protobuf::QueueSize::GetMetadata ( ) const
finalvirtual

◆ has_dccl_id()

bool goby::acomms::protobuf::QueueSize::has_dccl_id ( ) const
inline

Definition at line 2082 of file queue.pb.h.

◆ has_size()

bool goby::acomms::protobuf::QueueSize::has_size ( ) const
inline

Definition at line 2106 of file queue.pb.h.

◆ InitAsDefaultInstance()

static void goby::acomms::protobuf::QueueSize::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const QueueSize* goby::acomms::protobuf::QueueSize::internal_default_instance ( )
inlinestatic

Definition at line 922 of file queue.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::acomms::protobuf::QueueSize::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::acomms::protobuf::QueueSize::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::acomms::protobuf::QueueSize::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::acomms::protobuf::QueueSize::MergeFrom ( const QueueSize from)

◆ MergePartialFromCodedStream()

bool goby::acomms::protobuf::QueueSize::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::acomms::protobuf::QueueSize::mutable_unknown_fields ( )
inline

Definition at line 914 of file queue.pb.h.

◆ New() [1/2]

QueueSize* goby::acomms::protobuf::QueueSize::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 936 of file queue.pb.h.

◆ New() [2/2]

QueueSize* goby::acomms::protobuf::QueueSize::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 940 of file queue.pb.h.

◆ operator=()

QueueSize& goby::acomms::protobuf::QueueSize::operator= ( const QueueSize from)
inline

Definition at line 892 of file queue.pb.h.

◆ SerializeWithCachedSizes()

void goby::acomms::protobuf::QueueSize::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_dccl_id()

void goby::acomms::protobuf::QueueSize::set_dccl_id ( ::google::protobuf::uint32  value)
inline

Definition at line 2099 of file queue.pb.h.

◆ set_size()

void goby::acomms::protobuf::QueueSize::set_size ( ::google::protobuf::uint32  value)
inline

Definition at line 2123 of file queue.pb.h.

◆ size()

google::protobuf::uint32 goby::acomms::protobuf::QueueSize::size ( ) const
inline

Definition at line 2119 of file queue.pb.h.

◆ Swap()

void goby::acomms::protobuf::QueueSize::Swap ( QueueSize other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::acomms::protobuf::QueueSize::unknown_fields ( ) const
inline

Definition at line 911 of file queue.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2fqueue_2eproto::TableStruct

◆ swap

void swap ( QueueSize a,
QueueSize b 
)
friend

Definition at line 930 of file queue.pb.h.

Member Data Documentation

◆ kDcclIdFieldNumber

const int goby::acomms::protobuf::QueueSize::kDcclIdFieldNumber = 1
static

Definition at line 982 of file queue.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::protobuf::QueueSize::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

Definition at line 926 of file queue.pb.h.

◆ kSizeFieldNumber

const int goby::acomms::protobuf::QueueSize::kSizeFieldNumber = 2
static

Definition at line 989 of file queue.pb.h.


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