Goby3 3.1.5a
2024.05.23
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 1809 of file io.pb.h.

Member Typedef Documentation

◆ ErrorCode

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTextFieldNumber 
kCodeFieldNumber 

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

Constructor & Destructor Documentation

◆ IOError() [1/5]

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

Definition at line 1812 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 1817 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 3536 of file io.pb.h.

◆ clear_text()

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

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

◆ code()

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

Definition at line 3543 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 1856 of file io.pb.h.

◆ descriptor()

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

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

◆ ErrorCode_descriptor()

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

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

◆ ErrorCode_IsValid()

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

Definition at line 1943 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 1957 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 1963 of file io.pb.h.

◆ GetCachedSize()

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

Definition at line 1909 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 1850 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 1853 of file io.pb.h.

◆ has_code()

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

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

◆ has_text()

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

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

◆ internal_default_instance()

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

Definition at line 1859 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 1896 of file io.pb.h.

◆ mutable_text()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_text()

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

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

◆ set_allocated_text()

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

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

◆ set_code()

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

Definition at line 3552 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 3575 of file io.pb.h.

◆ Swap()

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

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

◆ text()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

Definition at line 1882 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 2009 of file io.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fio_2eproto

◆ swap

void swap ( IOError a,
IOError b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

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

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

◆ ErrorCode_ARRAYSIZE

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

Definition at line 1950 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:183

Definition at line 1948 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:182

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

◆ IO__DATA_TIMEOUT

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

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

◆ IO__INIT_FAILURE

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

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

◆ IO__READ_FAILURE

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

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

◆ IO__WRITE_FAILURE

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

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

◆ kIndexInFileMessages

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

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


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