MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Friends
rti1516_2025::fedpro::ExceptionData Class Referencefinal
+ Inheritance diagram for rti1516_2025::fedpro::ExceptionData:
+ Collaboration diagram for rti1516_2025::fedpro::ExceptionData:

Public Types

enum  : int { kExceptionNameFieldNumber = 1, kDetailsFieldNumber = 2 }
 

Public Member Functions

 ExceptionData ()
 
 ~ExceptionData () override
 
constexpr ExceptionData (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ExceptionData (const ExceptionData &from)
 
 ExceptionData (ExceptionData &&from) noexcept
 
ExceptionDataoperator= (const ExceptionData &from)
 
ExceptionDataoperator= (ExceptionData &&from) noexcept
 
void Swap (ExceptionData *other)
 
void UnsafeArenaSwap (ExceptionData *other)
 
ExceptionDataNew () const final
 
ExceptionDataNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ExceptionData &from)
 
void MergeFrom (const ExceptionData &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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *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
 
void clear_exceptionname ()
 
const std::string & exceptionname () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_exceptionname (ArgT0 &&arg0, ArgT...args)
 
std::string * mutable_exceptionname ()
 
PROTOBUF_MUST_USE_RESULT
std::string * 
release_exceptionname ()
 
void set_allocated_exceptionname (std::string *exceptionname)
 
void clear_details ()
 
const std::string & details () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_details (ArgT0 &&arg0, ArgT...args)
 
std::string * mutable_details ()
 
PROTOBUF_MUST_USE_RESULT
std::string * 
release_details ()
 
void set_allocated_details (std::string *details)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_exceptionname (ArgT0 &&arg0, ArgT...args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_details (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 ExceptionDatadefault_instance ()
 
static const ExceptionDatainternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (ExceptionData *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
const std::string & _internal_exceptionname () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_exceptionname (const std::string &value)
 
std::string * _internal_mutable_exceptionname ()
 
const std::string & _internal_details () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_details (const std::string &value)
 
std::string * _internal_mutable_details ()
 

Static Private Member Functions

static void MergeImpl (::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
static void ArenaDtor (void *object)
 

Private Attributes

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr exceptionname_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr details_
 
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 

Friends

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

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum : int
Enumerator
kExceptionNameFieldNumber 
kDetailsFieldNumber 

Constructor & Destructor Documentation

rti1516_2025::fedpro::ExceptionData::ExceptionData ( )
inline

Referenced by New().

rti1516_2025::fedpro::ExceptionData::~ExceptionData ( )
override
constexpr rti1516_2025::fedpro::ExceptionData::ExceptionData ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit
rti1516_2025::fedpro::ExceptionData::ExceptionData ( const ExceptionData from)
rti1516_2025::fedpro::ExceptionData::ExceptionData ( ExceptionData &&  from)
inlinenoexcept
rti1516_2025::fedpro::ExceptionData::ExceptionData ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

const std::string & rti1516_2025::fedpro::ExceptionData::_internal_details ( ) const
inlineprivate

References details_.

Referenced by details().

const std::string & rti1516_2025::fedpro::ExceptionData::_internal_exceptionname ( ) const
inlineprivate

References exceptionname_.

Referenced by exceptionname().

std::string * rti1516_2025::fedpro::ExceptionData::_internal_mutable_details ( )
inlineprivate

References details_.

Referenced by mutable_details().

std::string * rti1516_2025::fedpro::ExceptionData::_internal_mutable_exceptionname ( )
inlineprivate

References exceptionname_.

Referenced by mutable_exceptionname().

void rti1516_2025::fedpro::ExceptionData::_internal_set_details ( const std::string &  value)
inlineprivate

References details_.

void rti1516_2025::fedpro::ExceptionData::_internal_set_exceptionname ( const std::string &  value)
inlineprivate

References exceptionname_.

const char* rti1516_2025::fedpro::ExceptionData::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final
::PROTOBUF_NAMESPACE_ID::uint8* rti1516_2025::fedpro::ExceptionData::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final
static void rti1516_2025::fedpro::ExceptionData::ArenaDtor ( void *  object)
staticprivate
size_t rti1516_2025::fedpro::ExceptionData::ByteSizeLong ( ) const
final
PROTOBUF_ATTRIBUTE_REINITIALIZES void rti1516_2025::fedpro::ExceptionData::Clear ( )
final
void rti1516_2025::fedpro::ExceptionData::clear_details ( )
inline

References details_.

void rti1516_2025::fedpro::ExceptionData::clear_exceptionname ( )
inline

References exceptionname_.

void rti1516_2025::fedpro::ExceptionData::CopyFrom ( const ExceptionData from)

Referenced by operator=().

static const ExceptionData& rti1516_2025::fedpro::ExceptionData::default_instance ( )
inlinestatic
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* rti1516_2025::fedpro::ExceptionData::descriptor ( )
inlinestatic

References GetDescriptor().

const std::string & rti1516_2025::fedpro::ExceptionData::details ( ) const
inline

References _internal_details().

const std::string & rti1516_2025::fedpro::ExceptionData::exceptionname ( ) const
inline
::PROTOBUF_NAMESPACE_ID::StringPiece rti1516_2025::fedpro::ExceptionData::FullMessageName ( )
inlinestaticprivate
int rti1516_2025::fedpro::ExceptionData::GetCachedSize ( ) const
inlinefinal

References _cached_size_.

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* rti1516_2025::fedpro::ExceptionData::GetClassData ( ) const
final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* rti1516_2025::fedpro::ExceptionData::GetDescriptor ( )
inlinestatic

References default_instance(), and GetMetadata().

Referenced by descriptor().

::PROTOBUF_NAMESPACE_ID::Metadata rti1516_2025::fedpro::ExceptionData::GetMetadata ( ) const
final

Referenced by GetDescriptor(), and GetReflection().

static const ::PROTOBUF_NAMESPACE_ID::Reflection* rti1516_2025::fedpro::ExceptionData::GetReflection ( )
inlinestatic
static const ExceptionData* rti1516_2025::fedpro::ExceptionData::internal_default_instance ( )
inlinestatic
void rti1516_2025::fedpro::ExceptionData::InternalSwap ( ExceptionData other)
private

Referenced by operator=(), Swap(), and UnsafeArenaSwap().

bool rti1516_2025::fedpro::ExceptionData::IsInitialized ( ) const
final
void rti1516_2025::fedpro::ExceptionData::MergeFrom ( const ExceptionData from)
static void rti1516_2025::fedpro::ExceptionData::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message *  to,
const ::PROTOBUF_NAMESPACE_ID::Message &  from 
)
staticprivate
std::string * rti1516_2025::fedpro::ExceptionData::mutable_details ( )
inline
std::string * rti1516_2025::fedpro::ExceptionData::mutable_exceptionname ( )
inline
ExceptionData* rti1516_2025::fedpro::ExceptionData::New ( ) const
inlinefinal

References ExceptionData().

ExceptionData* rti1516_2025::fedpro::ExceptionData::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal
ExceptionData& rti1516_2025::fedpro::ExceptionData::operator= ( const ExceptionData from)
inline

References CopyFrom().

ExceptionData& rti1516_2025::fedpro::ExceptionData::operator= ( ExceptionData &&  from)
inlinenoexcept

References CopyFrom(), and InternalSwap().

void rti1516_2025::fedpro::ExceptionData::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate
std::string * rti1516_2025::fedpro::ExceptionData::release_details ( )
inline

References details_.

std::string * rti1516_2025::fedpro::ExceptionData::release_exceptionname ( )
inline

References exceptionname_.

void rti1516_2025::fedpro::ExceptionData::set_allocated_details ( std::string *  details)
inline

References details_.

void rti1516_2025::fedpro::ExceptionData::set_allocated_exceptionname ( std::string *  exceptionname)
inline

References exceptionname_.

template<typename ArgT0 = const std::string&, typename... ArgT>
void rti1516_2025::fedpro::ExceptionData::set_details ( ArgT0 &&  arg0,
ArgT...  args 
)
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void rti1516_2025::fedpro::ExceptionData::set_details ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

References details_.

template<typename ArgT0 = const std::string&, typename... ArgT>
void rti1516_2025::fedpro::ExceptionData::set_exceptionname ( ArgT0 &&  arg0,
ArgT...  args 
)
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void rti1516_2025::fedpro::ExceptionData::set_exceptionname ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

References exceptionname_.

void rti1516_2025::fedpro::ExceptionData::SetCachedSize ( int  size) const
finalprivate
void rti1516_2025::fedpro::ExceptionData::SharedCtor ( )
private
void rti1516_2025::fedpro::ExceptionData::SharedDtor ( )
private
void rti1516_2025::fedpro::ExceptionData::Swap ( ExceptionData other)
inline

References InternalSwap().

void rti1516_2025::fedpro::ExceptionData::UnsafeArenaSwap ( ExceptionData other)
inline

References InternalSwap().

Friends And Related Function Documentation

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend
friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend
friend struct ::TableStruct_datatypes_2eproto
friend
void swap ( ExceptionData a,
ExceptionData b 
)
friend

Member Data Documentation

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize rti1516_2025::fedpro::ExceptionData::_cached_size_
private

Referenced by GetCachedSize().

const ClassData rti1516_2025::fedpro::ExceptionData::_class_data_
static
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rti1516_2025::fedpro::ExceptionData::details_
private
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rti1516_2025::fedpro::ExceptionData::exceptionname_
private
constexpr int rti1516_2025::fedpro::ExceptionData::kIndexInFileMessages
static
Initial value:
=
0

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

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)