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::InteractionClassHandleSet Class Referencefinal
+ Inheritance diagram for rti1516_2025::fedpro::InteractionClassHandleSet:
+ Collaboration diagram for rti1516_2025::fedpro::InteractionClassHandleSet:

Public Types

enum  : int { kInteractionClassHandleFieldNumber = 1 }
 

Public Member Functions

 InteractionClassHandleSet ()
 
 ~InteractionClassHandleSet () override
 
constexpr InteractionClassHandleSet (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 InteractionClassHandleSet (const InteractionClassHandleSet &from)
 
 InteractionClassHandleSet (InteractionClassHandleSet &&from) noexcept
 
InteractionClassHandleSetoperator= (const InteractionClassHandleSet &from)
 
InteractionClassHandleSetoperator= (InteractionClassHandleSet &&from) noexcept
 
void Swap (InteractionClassHandleSet *other)
 
void UnsafeArenaSwap (InteractionClassHandleSet *other)
 
InteractionClassHandleSetNew () const final
 
InteractionClassHandleSetNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const InteractionClassHandleSet &from)
 
void MergeFrom (const InteractionClassHandleSet &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
 
int interactionclasshandle_size () const
 
void clear_interactionclasshandle ()
 
::rti1516_2025::fedpro::InteractionClassHandlemutable_interactionclasshandle (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField
< ::rti1516_2025::fedpro::InteractionClassHandle > * 
mutable_interactionclasshandle ()
 
const
::rti1516_2025::fedpro::InteractionClassHandle
interactionclasshandle (int index) const
 
::rti1516_2025::fedpro::InteractionClassHandleadd_interactionclasshandle ()
 
const
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField
< ::rti1516_2025::fedpro::InteractionClassHandle > & 
interactionclasshandle () const
 

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
InteractionClassHandleSet
default_instance ()
 
static const
InteractionClassHandleSet
internal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 InteractionClassHandleSet (::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 (InteractionClassHandleSet *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
int _internal_interactionclasshandle_size () const
 
const
::rti1516_2025::fedpro::InteractionClassHandle
_internal_interactionclasshandle (int index) const
 
::rti1516_2025::fedpro::InteractionClassHandle_internal_add_interactionclasshandle ()
 

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::RepeatedPtrField
< ::rti1516_2025::fedpro::InteractionClassHandle
interactionclasshandle_
 
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 (InteractionClassHandleSet &a, InteractionClassHandleSet &b)
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum : int
Enumerator
kInteractionClassHandleFieldNumber 

Constructor & Destructor Documentation

rti1516_2025::fedpro::InteractionClassHandleSet::InteractionClassHandleSet ( )
inline

Referenced by New().

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

Member Function Documentation

rti1516_2025::fedpro::InteractionClassHandle * rti1516_2025::fedpro::InteractionClassHandleSet::_internal_add_interactionclasshandle ( )
inlineprivate
const ::rti1516_2025::fedpro::InteractionClassHandle & rti1516_2025::fedpro::InteractionClassHandleSet::_internal_interactionclasshandle ( int  index) const
inlineprivate
int rti1516_2025::fedpro::InteractionClassHandleSet::_internal_interactionclasshandle_size ( ) const
inlineprivate
const char* rti1516_2025::fedpro::InteractionClassHandleSet::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final
::PROTOBUF_NAMESPACE_ID::uint8* rti1516_2025::fedpro::InteractionClassHandleSet::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final
rti1516_2025::fedpro::InteractionClassHandle * rti1516_2025::fedpro::InteractionClassHandleSet::add_interactionclasshandle ( )
inline
static void rti1516_2025::fedpro::InteractionClassHandleSet::ArenaDtor ( void *  object)
staticprivate
size_t rti1516_2025::fedpro::InteractionClassHandleSet::ByteSizeLong ( ) const
final
PROTOBUF_ATTRIBUTE_REINITIALIZES void rti1516_2025::fedpro::InteractionClassHandleSet::Clear ( )
final
void rti1516_2025::fedpro::InteractionClassHandleSet::clear_interactionclasshandle ( )
inline
void rti1516_2025::fedpro::InteractionClassHandleSet::CopyFrom ( const InteractionClassHandleSet from)

Referenced by operator=().

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

References GetDescriptor().

::PROTOBUF_NAMESPACE_ID::StringPiece rti1516_2025::fedpro::InteractionClassHandleSet::FullMessageName ( )
inlinestaticprivate
int rti1516_2025::fedpro::InteractionClassHandleSet::GetCachedSize ( ) const
inlinefinal

References _cached_size_.

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

References default_instance(), and GetMetadata().

Referenced by descriptor().

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

Referenced by GetDescriptor(), and GetReflection().

static const ::PROTOBUF_NAMESPACE_ID::Reflection* rti1516_2025::fedpro::InteractionClassHandleSet::GetReflection ( )
inlinestatic
const ::rti1516_2025::fedpro::InteractionClassHandle & rti1516_2025::fedpro::InteractionClassHandleSet::interactionclasshandle ( int  index) const
inline
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::rti1516_2025::fedpro::InteractionClassHandle > & rti1516_2025::fedpro::InteractionClassHandleSet::interactionclasshandle ( ) const
inline
int rti1516_2025::fedpro::InteractionClassHandleSet::interactionclasshandle_size ( ) const
inline
static const InteractionClassHandleSet* rti1516_2025::fedpro::InteractionClassHandleSet::internal_default_instance ( )
inlinestatic
void rti1516_2025::fedpro::InteractionClassHandleSet::InternalSwap ( InteractionClassHandleSet other)
private

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

bool rti1516_2025::fedpro::InteractionClassHandleSet::IsInitialized ( ) const
final
void rti1516_2025::fedpro::InteractionClassHandleSet::MergeFrom ( const InteractionClassHandleSet from)
static void rti1516_2025::fedpro::InteractionClassHandleSet::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message *  to,
const ::PROTOBUF_NAMESPACE_ID::Message &  from 
)
staticprivate
rti1516_2025::fedpro::InteractionClassHandle * rti1516_2025::fedpro::InteractionClassHandleSet::mutable_interactionclasshandle ( int  index)
inline
PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::rti1516_2025::fedpro::InteractionClassHandle > * rti1516_2025::fedpro::InteractionClassHandleSet::mutable_interactionclasshandle ( )
inline
InteractionClassHandleSet* rti1516_2025::fedpro::InteractionClassHandleSet::New ( ) const
inlinefinal
InteractionClassHandleSet* rti1516_2025::fedpro::InteractionClassHandleSet::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal
InteractionClassHandleSet& rti1516_2025::fedpro::InteractionClassHandleSet::operator= ( const InteractionClassHandleSet from)
inline

References CopyFrom().

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

References CopyFrom(), and InternalSwap().

void rti1516_2025::fedpro::InteractionClassHandleSet::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate
void rti1516_2025::fedpro::InteractionClassHandleSet::SetCachedSize ( int  size) const
finalprivate
void rti1516_2025::fedpro::InteractionClassHandleSet::SharedCtor ( )
private
void rti1516_2025::fedpro::InteractionClassHandleSet::SharedDtor ( )
private
void rti1516_2025::fedpro::InteractionClassHandleSet::Swap ( InteractionClassHandleSet other)
inline

References InternalSwap().

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

Member Data Documentation

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

Referenced by GetCachedSize().

const ClassData rti1516_2025::fedpro::InteractionClassHandleSet::_class_data_
static
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::rti1516_2025::fedpro::InteractionClassHandle > rti1516_2025::fedpro::InteractionClassHandleSet::interactionclasshandle_
private
constexpr int rti1516_2025::fedpro::InteractionClassHandleSet::kIndexInFileMessages
static
Initial value:
=
36

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)