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

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

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

Public Member Functions

 IOStatus ()
 
virtual ~IOStatus ()
 
 IOStatus (const IOStatus &from)
 
IOStatusoperator= (const IOStatus &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IOStatus *other)
 
IOStatusNew () const final
 
IOStatusNew (::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 IOStatus &from)
 
void MergeFrom (const IOStatus &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_error () const
 
void clear_error ()
 
const ::goby::middleware::protobuf::IOErrorerror () const
 
::goby::middleware::protobuf::IOErrorrelease_error ()
 
::goby::middleware::protobuf::IOErrormutable_error ()
 
void set_allocated_error (::goby::middleware::protobuf::IOError *error)
 
bool has_index () const
 
void clear_index ()
 
::google::protobuf::int32 index () const
 
void set_index (::google::protobuf::int32 value)
 
bool has_state () const
 
void clear_state ()
 
::goby::middleware::protobuf::IOState state () const
 
void set_state (::goby::middleware::protobuf::IOState 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 IOStatusdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const IOStatusinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kErrorFieldNumber = 3
 
static const int kIndexFieldNumber = 1
 
static const int kStateFieldNumber = 2
 

Friends

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

Constructor & Destructor Documentation

◆ IOStatus() [1/2]

goby::middleware::protobuf::IOStatus::IOStatus ( )

◆ ~IOStatus()

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

◆ IOStatus() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_error()

void goby::middleware::protobuf::IOStatus::clear_error ( )
inline

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

◆ clear_index()

void goby::middleware::protobuf::IOStatus::clear_index ( )
inline

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

◆ clear_state()

void goby::middleware::protobuf::IOStatus::clear_state ( )
inline

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ error()

const ::goby::middleware::protobuf::IOError & goby::middleware::protobuf::IOStatus::error ( ) const
inline

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

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

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

◆ has_error()

bool goby::middleware::protobuf::IOStatus::has_error ( ) const
inline

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

◆ has_index()

bool goby::middleware::protobuf::IOStatus::has_index ( ) const
inline

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

◆ has_state()

bool goby::middleware::protobuf::IOStatus::has_state ( ) const
inline

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

◆ index()

google::protobuf::int32 goby::middleware::protobuf::IOStatus::index ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_error()

goby::middleware::protobuf::IOError * goby::middleware::protobuf::IOStatus::mutable_error ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

Implements google::protobuf::Message.

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

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ release_error()

goby::middleware::protobuf::IOError * goby::middleware::protobuf::IOStatus::release_error ( )
inline

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

◆ SerializeWithCachedSizes()

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

◆ set_allocated_error()

void goby::middleware::protobuf::IOStatus::set_allocated_error ( ::goby::middleware::protobuf::IOError error)
inline

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

◆ set_index()

void goby::middleware::protobuf::IOStatus::set_index ( ::google::protobuf::int32  value)
inline

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

◆ set_state()

void goby::middleware::protobuf::IOStatus::set_state ( ::goby::middleware::protobuf::IOState  value)
inline

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

◆ state()

goby::middleware::protobuf::IOState goby::middleware::protobuf::IOStatus::state ( ) const
inline

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2fprotobuf_2fio_2eproto::TableStruct

◆ swap

void swap ( IOStatus a,
IOStatus b 
)
friend

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

Member Data Documentation

◆ kErrorFieldNumber

const int goby::middleware::protobuf::IOStatus::kErrorFieldNumber = 3
static

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

◆ kIndexFieldNumber

const int goby::middleware::protobuf::IOStatus::kIndexFieldNumber = 1
static

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

◆ kIndexInFileMessages

constexpr int goby::middleware::protobuf::IOStatus::kIndexInFileMessages
staticconstexpr
Initial value:
=
8

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

◆ kStateFieldNumber

const int goby::middleware::protobuf::IOStatus::kStateFieldNumber = 2
static

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


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