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

Public Types

enum  : int { kAttributeHandleFieldNumber = 1 }
 

Public Member Functions

 AttributeHandleSet ()
 
 ~AttributeHandleSet () override
 
constexpr AttributeHandleSet (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 AttributeHandleSet (const AttributeHandleSet &from)
 
 AttributeHandleSet (AttributeHandleSet &&from) noexcept
 
AttributeHandleSetoperator= (const AttributeHandleSet &from)
 
AttributeHandleSetoperator= (AttributeHandleSet &&from) noexcept
 
void Swap (AttributeHandleSet *other)
 
void UnsafeArenaSwap (AttributeHandleSet *other)
 
AttributeHandleSetNew () const final
 
AttributeHandleSetNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const AttributeHandleSet &from)
 
void MergeFrom (const AttributeHandleSet &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 attributehandle_size () const
 
void clear_attributehandle ()
 
::rti1516_2025::fedpro::AttributeHandlemutable_attributehandle (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField
< ::rti1516_2025::fedpro::AttributeHandle > * 
mutable_attributehandle ()
 
const
::rti1516_2025::fedpro::AttributeHandle
attributehandle (int index) const
 
::rti1516_2025::fedpro::AttributeHandleadd_attributehandle ()
 
const
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField
< ::rti1516_2025::fedpro::AttributeHandle > & 
attributehandle () 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 AttributeHandleSetdefault_instance ()
 
static const AttributeHandleSetinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 AttributeHandleSet (::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 (AttributeHandleSet *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
int _internal_attributehandle_size () const
 
const
::rti1516_2025::fedpro::AttributeHandle
_internal_attributehandle (int index) const
 
::rti1516_2025::fedpro::AttributeHandle_internal_add_attributehandle ()
 

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::AttributeHandle
attributehandle_
 
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 (AttributeHandleSet &a, AttributeHandleSet &b)
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum : int
Enumerator
kAttributeHandleFieldNumber 

Constructor & Destructor Documentation

rti1516_2025::fedpro::AttributeHandleSet::AttributeHandleSet ( )
inline

Referenced by New().

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

Member Function Documentation

rti1516_2025::fedpro::AttributeHandle * rti1516_2025::fedpro::AttributeHandleSet::_internal_add_attributehandle ( )
inlineprivate

References attributehandle_.

Referenced by add_attributehandle().

const ::rti1516_2025::fedpro::AttributeHandle & rti1516_2025::fedpro::AttributeHandleSet::_internal_attributehandle ( int  index) const
inlineprivate

References attributehandle_.

Referenced by attributehandle().

int rti1516_2025::fedpro::AttributeHandleSet::_internal_attributehandle_size ( ) const
inlineprivate

References attributehandle_.

Referenced by attributehandle_size().

const char* rti1516_2025::fedpro::AttributeHandleSet::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final
::PROTOBUF_NAMESPACE_ID::uint8* rti1516_2025::fedpro::AttributeHandleSet::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final
rti1516_2025::fedpro::AttributeHandle * rti1516_2025::fedpro::AttributeHandleSet::add_attributehandle ( )
inline
static void rti1516_2025::fedpro::AttributeHandleSet::ArenaDtor ( void *  object)
staticprivate
const ::rti1516_2025::fedpro::AttributeHandle & rti1516_2025::fedpro::AttributeHandleSet::attributehandle ( int  index) const
inline
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::rti1516_2025::fedpro::AttributeHandle > & rti1516_2025::fedpro::AttributeHandleSet::attributehandle ( ) const
inline

References attributehandle_.

int rti1516_2025::fedpro::AttributeHandleSet::attributehandle_size ( ) const
inline
size_t rti1516_2025::fedpro::AttributeHandleSet::ByteSizeLong ( ) const
final
PROTOBUF_ATTRIBUTE_REINITIALIZES void rti1516_2025::fedpro::AttributeHandleSet::Clear ( )
final
void rti1516_2025::fedpro::AttributeHandleSet::clear_attributehandle ( )
inline

References attributehandle_.

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

Referenced by operator=().

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

References GetDescriptor().

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

References _cached_size_.

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

References default_instance(), and GetMetadata().

Referenced by descriptor().

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

Referenced by GetDescriptor(), and GetReflection().

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

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

bool rti1516_2025::fedpro::AttributeHandleSet::IsInitialized ( ) const
final
void rti1516_2025::fedpro::AttributeHandleSet::MergeFrom ( const AttributeHandleSet from)
static void rti1516_2025::fedpro::AttributeHandleSet::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message *  to,
const ::PROTOBUF_NAMESPACE_ID::Message &  from 
)
staticprivate
rti1516_2025::fedpro::AttributeHandle * rti1516_2025::fedpro::AttributeHandleSet::mutable_attributehandle ( int  index)
inline

References attributehandle_.

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::rti1516_2025::fedpro::AttributeHandle > * rti1516_2025::fedpro::AttributeHandleSet::mutable_attributehandle ( )
inline

References attributehandle_.

AttributeHandleSet* rti1516_2025::fedpro::AttributeHandleSet::New ( ) const
inlinefinal

References AttributeHandleSet().

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

References CopyFrom().

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

References CopyFrom(), and InternalSwap().

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

References InternalSwap().

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

Member Data Documentation

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

Referenced by GetCachedSize().

const ClassData rti1516_2025::fedpro::AttributeHandleSet::_class_data_
static
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::rti1516_2025::fedpro::AttributeHandle > rti1516_2025::fedpro::AttributeHandleSet::attributehandle_
private
constexpr int rti1516_2025::fedpro::AttributeHandleSet::kIndexInFileMessages
static
Initial value:
=
33

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

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)