Goby3  3.1.4
2024.02.22
goby::middleware::protobuf::TCPEndPoint Class Reference

#include <goby/middleware/protobuf/io.pb.h>

Inheritance diagram for goby::middleware::protobuf::TCPEndPoint:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 TCPEndPoint ()
 
virtual ~TCPEndPoint ()
 
 TCPEndPoint (const TCPEndPoint &from)
 
TCPEndPointoperator= (const TCPEndPoint &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TCPEndPoint *other)
 
TCPEndPointNew () const final
 
TCPEndPointNew (::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 TCPEndPoint &from)
 
void MergeFrom (const TCPEndPoint &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_addr () const
 
void clear_addr ()
 
const ::std::string & addr () const
 
void set_addr (const ::std::string &value)
 
void set_addr (const char *value)
 
void set_addr (const char *value, size_t size)
 
::std::string * mutable_addr ()
 
::std::string * release_addr ()
 
void set_allocated_addr (::std::string *addr)
 
bool has_port () const
 
void clear_port ()
 
::google::protobuf::uint32 port () const
 
void set_port (::google::protobuf::uint32 value)
 
bool has_all_clients () const
 
void clear_all_clients ()
 
bool all_clients () const
 
void set_all_clients (bool 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 TCPEndPointdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const TCPEndPointinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kAddrFieldNumber = 1
 
static const int kPortFieldNumber = 2
 
static const int kAllClientsFieldNumber = 3
 

Friends

struct ::protobuf_goby_2fmiddleware_2fprotobuf_2fio_2eproto::TableStruct
 
void swap (TCPEndPoint &a, TCPEndPoint &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 345 of file io.pb.h.

Constructor & Destructor Documentation

◆ TCPEndPoint() [1/2]

goby::middleware::protobuf::TCPEndPoint::TCPEndPoint ( )

◆ ~TCPEndPoint()

virtual goby::middleware::protobuf::TCPEndPoint::~TCPEndPoint ( )
virtual

◆ TCPEndPoint() [2/2]

goby::middleware::protobuf::TCPEndPoint::TCPEndPoint ( const TCPEndPoint from)

Member Function Documentation

◆ addr()

const ::std::string & goby::middleware::protobuf::TCPEndPoint::addr ( ) const
inline

Definition at line 1785 of file io.pb.h.

◆ all_clients()

bool goby::middleware::protobuf::TCPEndPoint::all_clients ( ) const
inline

Definition at line 1875 of file io.pb.h.

◆ ByteSizeLong()

size_t goby::middleware::protobuf::TCPEndPoint::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::middleware::protobuf::TCPEndPoint::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_addr()

void goby::middleware::protobuf::TCPEndPoint::clear_addr ( )
inline

Definition at line 1781 of file io.pb.h.

◆ clear_all_clients()

void goby::middleware::protobuf::TCPEndPoint::clear_all_clients ( )
inline

Definition at line 1871 of file io.pb.h.

◆ clear_port()

void goby::middleware::protobuf::TCPEndPoint::clear_port ( )
inline

Definition at line 1847 of file io.pb.h.

◆ CopyFrom() [1/2]

void goby::middleware::protobuf::TCPEndPoint::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::middleware::protobuf::TCPEndPoint::CopyFrom ( const TCPEndPoint from)

◆ default_instance()

static const TCPEndPoint& goby::middleware::protobuf::TCPEndPoint::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::middleware::protobuf::TCPEndPoint::descriptor ( )
static

◆ GetCachedSize()

int goby::middleware::protobuf::TCPEndPoint::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 417 of file io.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::middleware::protobuf::TCPEndPoint::GetMetadata ( ) const
finalvirtual

◆ has_addr()

bool goby::middleware::protobuf::TCPEndPoint::has_addr ( ) const
inline

Definition at line 1772 of file io.pb.h.

◆ has_all_clients()

bool goby::middleware::protobuf::TCPEndPoint::has_all_clients ( ) const
inline

Definition at line 1862 of file io.pb.h.

◆ has_port()

bool goby::middleware::protobuf::TCPEndPoint::has_port ( ) const
inline

Definition at line 1838 of file io.pb.h.

◆ InitAsDefaultInstance()

static void goby::middleware::protobuf::TCPEndPoint::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const TCPEndPoint* goby::middleware::protobuf::TCPEndPoint::internal_default_instance ( )
inlinestatic

Definition at line 382 of file io.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::middleware::protobuf::TCPEndPoint::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::middleware::protobuf::TCPEndPoint::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::middleware::protobuf::TCPEndPoint::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::middleware::protobuf::TCPEndPoint::MergeFrom ( const TCPEndPoint from)

◆ MergePartialFromCodedStream()

bool goby::middleware::protobuf::TCPEndPoint::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_addr()

std::string * goby::middleware::protobuf::TCPEndPoint::mutable_addr ( )
inline

Definition at line 1814 of file io.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::middleware::protobuf::TCPEndPoint::mutable_unknown_fields ( )
inline

Definition at line 374 of file io.pb.h.

◆ New() [1/2]

TCPEndPoint* goby::middleware::protobuf::TCPEndPoint::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 396 of file io.pb.h.

◆ New() [2/2]

TCPEndPoint* goby::middleware::protobuf::TCPEndPoint::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 400 of file io.pb.h.

◆ operator=()

TCPEndPoint& goby::middleware::protobuf::TCPEndPoint::operator= ( const TCPEndPoint from)
inline

Definition at line 352 of file io.pb.h.

◆ port()

google::protobuf::uint32 goby::middleware::protobuf::TCPEndPoint::port ( ) const
inline

Definition at line 1851 of file io.pb.h.

◆ release_addr()

std::string * goby::middleware::protobuf::TCPEndPoint::release_addr ( )
inline

Definition at line 1819 of file io.pb.h.

◆ SerializeWithCachedSizes()

void goby::middleware::protobuf::TCPEndPoint::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_addr() [1/3]

void goby::middleware::protobuf::TCPEndPoint::set_addr ( const ::std::string &  value)
inline

Definition at line 1789 of file io.pb.h.

◆ set_addr() [2/3]

void goby::middleware::protobuf::TCPEndPoint::set_addr ( const char value)
inline

Definition at line 1802 of file io.pb.h.

◆ set_addr() [3/3]

void goby::middleware::protobuf::TCPEndPoint::set_addr ( const char value,
size_t  size 
)
inline

Definition at line 1808 of file io.pb.h.

◆ set_all_clients()

void goby::middleware::protobuf::TCPEndPoint::set_all_clients ( bool  value)
inline

Definition at line 1879 of file io.pb.h.

◆ set_allocated_addr()

void goby::middleware::protobuf::TCPEndPoint::set_allocated_addr ( ::std::string *  addr)
inline

Definition at line 1827 of file io.pb.h.

◆ set_port()

void goby::middleware::protobuf::TCPEndPoint::set_port ( ::google::protobuf::uint32  value)
inline

Definition at line 1855 of file io.pb.h.

◆ Swap()

void goby::middleware::protobuf::TCPEndPoint::Swap ( TCPEndPoint other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::middleware::protobuf::TCPEndPoint::unknown_fields ( ) const
inline

Definition at line 371 of file io.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2fprotobuf_2fio_2eproto::TableStruct

◆ swap

void swap ( TCPEndPoint a,
TCPEndPoint b 
)
friend

Definition at line 390 of file io.pb.h.

Member Data Documentation

◆ kAddrFieldNumber

const int goby::middleware::protobuf::TCPEndPoint::kAddrFieldNumber = 1
static

Definition at line 442 of file io.pb.h.

◆ kAllClientsFieldNumber

const int goby::middleware::protobuf::TCPEndPoint::kAllClientsFieldNumber = 3
static

Definition at line 464 of file io.pb.h.

◆ kIndexInFileMessages

constexpr int goby::middleware::protobuf::TCPEndPoint::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 386 of file io.pb.h.

◆ kPortFieldNumber

const int goby::middleware::protobuf::TCPEndPoint::kPortFieldNumber = 2
static

Definition at line 457 of file io.pb.h.


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