MAK RTIspy API Documentation for HLA Evolved
 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::ConnectionLost Class Referencefinal
+ Inheritance diagram for rti1516_2025::fedpro::ConnectionLost:
+ Collaboration diagram for rti1516_2025::fedpro::ConnectionLost:

Public Types

enum  : int { kFaultDescriptionFieldNumber = 1 }
 

Public Member Functions

 ConnectionLost ()
 
 ~ConnectionLost () override
 
constexpr ConnectionLost (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ConnectionLost (const ConnectionLost &from)
 
 ConnectionLost (ConnectionLost &&from) noexcept
 
ConnectionLostoperator= (const ConnectionLost &from)
 
ConnectionLostoperator= (ConnectionLost &&from) noexcept
 
void Swap (ConnectionLost *other)
 
void UnsafeArenaSwap (ConnectionLost *other)
 
ConnectionLostNew () const final
 
ConnectionLostNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ConnectionLost &from)
 
void MergeFrom (const ConnectionLost &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_faultdescription ()
 
const std::string & faultdescription () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_faultdescription (ArgT0 &&arg0, ArgT...args)
 
std::string * mutable_faultdescription ()
 
PROTOBUF_MUST_USE_RESULT
std::string * 
release_faultdescription ()
 
void set_allocated_faultdescription (std::string *faultdescription)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_faultdescription (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 ConnectionLostdefault_instance ()
 
static const ConnectionLostinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ConnectionLost (::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 (ConnectionLost *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
const std::string & _internal_faultdescription () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_faultdescription (const std::string &value)
 
std::string * _internal_mutable_faultdescription ()
 

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 faultdescription_
 
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_FederateAmbassador_2eproto
 
void swap (ConnectionLost &a, ConnectionLost &b)
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum : int
Enumerator
kFaultDescriptionFieldNumber 

Constructor & Destructor Documentation

rti1516_2025::fedpro::ConnectionLost::ConnectionLost ( )
inline

Referenced by New().

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

Member Function Documentation

const std::string & rti1516_2025::fedpro::ConnectionLost::_internal_faultdescription ( ) const
inlineprivate
std::string * rti1516_2025::fedpro::ConnectionLost::_internal_mutable_faultdescription ( )
inlineprivate
void rti1516_2025::fedpro::ConnectionLost::_internal_set_faultdescription ( const std::string &  value)
inlineprivate
const char* rti1516_2025::fedpro::ConnectionLost::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final
::PROTOBUF_NAMESPACE_ID::uint8* rti1516_2025::fedpro::ConnectionLost::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final
static void rti1516_2025::fedpro::ConnectionLost::ArenaDtor ( void *  object)
staticprivate
size_t rti1516_2025::fedpro::ConnectionLost::ByteSizeLong ( ) const
final
PROTOBUF_ATTRIBUTE_REINITIALIZES void rti1516_2025::fedpro::ConnectionLost::Clear ( )
final
void rti1516_2025::fedpro::ConnectionLost::clear_faultdescription ( )
inline
void rti1516_2025::fedpro::ConnectionLost::CopyFrom ( const ConnectionLost from)

Referenced by operator=().

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

References GetDescriptor().

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

References _cached_size_.

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

References default_instance(), and GetMetadata().

Referenced by descriptor().

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

Referenced by GetDescriptor(), and GetReflection().

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

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

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

References ConnectionLost().

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

References CopyFrom().

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

References CopyFrom(), and InternalSwap().

void rti1516_2025::fedpro::ConnectionLost::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate
std::string * rti1516_2025::fedpro::ConnectionLost::release_faultdescription ( )
inline
void rti1516_2025::fedpro::ConnectionLost::set_allocated_faultdescription ( std::string *  faultdescription)
inline
template<typename ArgT0 = const std::string&, typename... ArgT>
void rti1516_2025::fedpro::ConnectionLost::set_faultdescription ( ArgT0 &&  arg0,
ArgT...  args 
)
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void rti1516_2025::fedpro::ConnectionLost::set_faultdescription ( ArgT0 &&  arg0,
ArgT...  args 
)
inline
void rti1516_2025::fedpro::ConnectionLost::SetCachedSize ( int  size) const
finalprivate
void rti1516_2025::fedpro::ConnectionLost::SharedCtor ( )
private
void rti1516_2025::fedpro::ConnectionLost::SharedDtor ( )
private
void rti1516_2025::fedpro::ConnectionLost::Swap ( ConnectionLost other)
inline

References InternalSwap().

void rti1516_2025::fedpro::ConnectionLost::UnsafeArenaSwap ( ConnectionLost 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
void swap ( ConnectionLost a,
ConnectionLost b 
)
friend

Member Data Documentation

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

Referenced by GetCachedSize().

const ClassData rti1516_2025::fedpro::ConnectionLost::_class_data_
static
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rti1516_2025::fedpro::ConnectionLost::faultdescription_
private
constexpr int rti1516_2025::fedpro::ConnectionLost::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)