Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::middleware::protobuf::IOError Class Referencefinal

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

Inheritance diagram for goby::middleware::protobuf::IOError:

Public Types

enum  : int { kTextFieldNumber = 2 , kCodeFieldNumber = 1 }
 
typedef IOError_ErrorCode ErrorCode
 

Public Member Functions

 IOError ()
 
 ~IOError () override
 
PROTOBUF_CONSTEXPR IOError (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 IOError (const IOError &from)
 
 IOError (IOError &&from) noexcept
 
IOErroroperator= (const IOError &from)
 
IOErroroperator= (IOError &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IOError *other)
 
void UnsafeArenaSwap (IOError *other)
 
IOErrorNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const IOError &from)
 
void MergeFrom (const IOError &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_text () const
 
void clear_text ()
 
const std::string & text () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_text (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_text ()
 
PROTOBUF_NODISCARD std::string * release_text ()
 
void set_allocated_text (std::string *text)
 
bool has_code () const
 
void clear_code ()
 
::goby::middleware::protobuf::IOError_ErrorCode code () const
 
void set_code (::goby::middleware::protobuf::IOError_ErrorCode value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_text (ArgT0 &&arg0, ArgT... args)
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const IOErrordefault_instance ()
 
static const IOErrorinternal_default_instance ()
 
static bool ErrorCode_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * ErrorCode_descriptor ()
 
template<typename T >
static const std::string & ErrorCode_Name (T enum_t_value)
 
static bool ErrorCode_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ErrorCode *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr ErrorCode IO__INIT_FAILURE
 
static constexpr ErrorCode IO__READ_FAILURE
 
static constexpr ErrorCode IO__WRITE_FAILURE
 
static constexpr ErrorCode IO__DATA_TIMEOUT
 
static constexpr ErrorCode ErrorCode_MIN
 
static constexpr ErrorCode ErrorCode_MAX
 
static constexpr int ErrorCode_ARRAYSIZE
 

Protected Member Functions

 IOError (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_goby_2fmiddleware_2fprotobuf_2fio_2eproto
 
void swap (IOError &a, IOError &b)
 

Detailed Description

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

Member Typedef Documentation

◆ ErrorCode

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTextFieldNumber 
kCodeFieldNumber 

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

Constructor & Destructor Documentation

◆ IOError() [1/5]

goby::middleware::protobuf::IOError::IOError ( )
inline

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

◆ ~IOError()

goby::middleware::protobuf::IOError::~IOError ( )
override

◆ IOError() [2/5]

PROTOBUF_CONSTEXPR goby::middleware::protobuf::IOError::IOError ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ IOError() [3/5]

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

◆ IOError() [4/5]

goby::middleware::protobuf::IOError::IOError ( IOError &&  from)
inlinenoexcept

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

◆ IOError() [5/5]

goby::middleware::protobuf::IOError::IOError ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::middleware::protobuf::IOError::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::middleware::protobuf::IOError::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t goby::middleware::protobuf::IOError::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::IOError::Clear ( )
final

◆ clear_code()

void goby::middleware::protobuf::IOError::clear_code ( )
inline

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

◆ clear_text()

void goby::middleware::protobuf::IOError::clear_text ( )
inline

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

◆ code()

goby::middleware::protobuf::IOError_ErrorCode goby::middleware::protobuf::IOError::code ( ) const
inline

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

◆ CopyFrom()

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

◆ default_instance()

static const IOError & goby::middleware::protobuf::IOError::default_instance ( )
inlinestatic

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

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::IOError::descriptor ( )
inlinestatic

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

◆ ErrorCode_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::middleware::protobuf::IOError::ErrorCode_descriptor ( )
inlinestatic

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

◆ ErrorCode_IsValid()

static bool goby::middleware::protobuf::IOError::ErrorCode_IsValid ( int  value)
inlinestatic

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

◆ ErrorCode_Name()

template<typename T >
static const std::string & goby::middleware::protobuf::IOError::ErrorCode_Name ( enum_t_value)
inlinestatic

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

◆ ErrorCode_Parse()

static bool goby::middleware::protobuf::IOError::ErrorCode_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
ErrorCode value 
)
inlinestatic

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

◆ GetCachedSize()

int goby::middleware::protobuf::IOError::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::middleware::protobuf::IOError::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::IOError::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::IOError::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::middleware::protobuf::IOError::GetReflection ( )
inlinestatic

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

◆ has_code()

bool goby::middleware::protobuf::IOError::has_code ( ) const
inline

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

◆ has_text()

bool goby::middleware::protobuf::IOError::has_text ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

bool goby::middleware::protobuf::IOError::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::middleware::protobuf::IOError::MergeFrom ( const IOError from)
inline

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

◆ mutable_text()

std::string * goby::middleware::protobuf::IOError::mutable_text ( )
inline

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

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::protobuf::IOError::mutable_unknown_fields ( )
inline

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

◆ New()

IOError * goby::middleware::protobuf::IOError::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

IOError & goby::middleware::protobuf::IOError::operator= ( IOError &&  from)
inlinenoexcept

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

◆ release_text()

std::string * goby::middleware::protobuf::IOError::release_text ( )
inline

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

◆ set_allocated_text()

void goby::middleware::protobuf::IOError::set_allocated_text ( std::string *  text)
inline

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

◆ set_code()

void goby::middleware::protobuf::IOError::set_code ( ::goby::middleware::protobuf::IOError_ErrorCode  value)
inline

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

◆ set_text() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::middleware::protobuf::IOError::set_text ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_text() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::middleware::protobuf::IOError::set_text ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ Swap()

void goby::middleware::protobuf::IOError::Swap ( IOError other)
inline

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

◆ text()

const std::string & goby::middleware::protobuf::IOError::text ( ) const
inline

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

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::middleware::protobuf::IOError::unknown_fields ( ) const
inline

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

◆ UnsafeArenaSwap()

void goby::middleware::protobuf::IOError::UnsafeArenaSwap ( IOError other)
inline

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

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

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

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fio_2eproto

◆ swap

void swap ( IOError a,
IOError b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData goby::middleware::protobuf::IOError::_class_data_
static

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

◆ _impl_

Impl_ goby::middleware::protobuf::IOError::_impl_

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

◆ ErrorCode_ARRAYSIZE

constexpr int goby::middleware::protobuf::IOError::ErrorCode_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ ErrorCode_MAX

constexpr ErrorCode goby::middleware::protobuf::IOError::ErrorCode_MAX
staticconstexpr
Initial value:
=
constexpr IOError_ErrorCode IOError_ErrorCode_ErrorCode_MAX
Definition io.pb.h:181

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

◆ ErrorCode_MIN

constexpr ErrorCode goby::middleware::protobuf::IOError::ErrorCode_MIN
staticconstexpr
Initial value:
=
constexpr IOError_ErrorCode IOError_ErrorCode_ErrorCode_MIN
Definition io.pb.h:180

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

◆ IO__DATA_TIMEOUT

constexpr ErrorCode goby::middleware::protobuf::IOError::IO__DATA_TIMEOUT
staticconstexpr
Initial value:

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

◆ IO__INIT_FAILURE

constexpr ErrorCode goby::middleware::protobuf::IOError::IO__INIT_FAILURE
staticconstexpr
Initial value:

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

◆ IO__READ_FAILURE

constexpr ErrorCode goby::middleware::protobuf::IOError::IO__READ_FAILURE
staticconstexpr
Initial value:

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

◆ IO__WRITE_FAILURE

constexpr ErrorCode goby::middleware::protobuf::IOError::IO__WRITE_FAILURE
staticconstexpr
Initial value:

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

◆ kIndexInFileMessages

constexpr int goby::middleware::protobuf::IOError::kIndexInFileMessages
staticconstexpr
Initial value:
=
7

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


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