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

Public Types

enum  : int { kObjectInstanceFieldNumber = 1, kAttributesFieldNumber = 2 }
 

Public Member Functions

 AttributesInScope ()
 
 ~AttributesInScope () override
 
constexpr AttributesInScope (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 AttributesInScope (const AttributesInScope &from)
 
 AttributesInScope (AttributesInScope &&from) noexcept
 
AttributesInScopeoperator= (const AttributesInScope &from)
 
AttributesInScopeoperator= (AttributesInScope &&from) noexcept
 
void Swap (AttributesInScope *other)
 
void UnsafeArenaSwap (AttributesInScope *other)
 
AttributesInScopeNew () const final
 
AttributesInScopeNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const AttributesInScope &from)
 
void MergeFrom (const AttributesInScope &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
 
bool has_objectinstance () const
 
void clear_objectinstance ()
 
const
::rti1516_2025::fedpro::ObjectInstanceHandle
objectinstance () const
 
PROTOBUF_MUST_USE_RESULT::rti1516_2025::fedpro::ObjectInstanceHandle * release_objectinstance ()
 
::rti1516_2025::fedpro::ObjectInstanceHandlemutable_objectinstance ()
 
void set_allocated_objectinstance (::rti1516_2025::fedpro::ObjectInstanceHandle *objectinstance)
 
void unsafe_arena_set_allocated_objectinstance (::rti1516_2025::fedpro::ObjectInstanceHandle *objectinstance)
 
::rti1516_2025::fedpro::ObjectInstanceHandleunsafe_arena_release_objectinstance ()
 
bool has_attributes () const
 
void clear_attributes ()
 
const
::rti1516_2025::fedpro::AttributeHandleSet
attributes () const
 
PROTOBUF_MUST_USE_RESULT::rti1516_2025::fedpro::AttributeHandleSet * release_attributes ()
 
::rti1516_2025::fedpro::AttributeHandleSetmutable_attributes ()
 
void set_allocated_attributes (::rti1516_2025::fedpro::AttributeHandleSet *attributes)
 
void unsafe_arena_set_allocated_attributes (::rti1516_2025::fedpro::AttributeHandleSet *attributes)
 
::rti1516_2025::fedpro::AttributeHandleSetunsafe_arena_release_attributes ()
 

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 AttributesInScopedefault_instance ()
 
static const AttributesInScopeinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 AttributesInScope (::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 (AttributesInScope *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
bool _internal_has_objectinstance () const
 
const
::rti1516_2025::fedpro::ObjectInstanceHandle
_internal_objectinstance () const
 
::rti1516_2025::fedpro::ObjectInstanceHandle_internal_mutable_objectinstance ()
 
bool _internal_has_attributes () const
 
const
::rti1516_2025::fedpro::AttributeHandleSet
_internal_attributes () const
 
::rti1516_2025::fedpro::AttributeHandleSet_internal_mutable_attributes ()
 

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

::rti1516_2025::fedpro::ObjectInstanceHandleobjectinstance_
 
::rti1516_2025::fedpro::AttributeHandleSetattributes_
 
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 (AttributesInScope &a, AttributesInScope &b)
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum : int
Enumerator
kObjectInstanceFieldNumber 
kAttributesFieldNumber 

Constructor & Destructor Documentation

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

Member Function Documentation

const ::rti1516_2025::fedpro::AttributeHandleSet & rti1516_2025::fedpro::AttributesInScope::_internal_attributes ( ) const
inlineprivate
bool rti1516_2025::fedpro::AttributesInScope::_internal_has_attributes ( ) const
inlineprivate
bool rti1516_2025::fedpro::AttributesInScope::_internal_has_objectinstance ( ) const
inlineprivate
rti1516_2025::fedpro::AttributeHandleSet * rti1516_2025::fedpro::AttributesInScope::_internal_mutable_attributes ( )
inlineprivate
rti1516_2025::fedpro::ObjectInstanceHandle * rti1516_2025::fedpro::AttributesInScope::_internal_mutable_objectinstance ( )
inlineprivate
const ::rti1516_2025::fedpro::ObjectInstanceHandle & rti1516_2025::fedpro::AttributesInScope::_internal_objectinstance ( ) const
inlineprivate
const char* rti1516_2025::fedpro::AttributesInScope::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final
::PROTOBUF_NAMESPACE_ID::uint8* rti1516_2025::fedpro::AttributesInScope::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final
static void rti1516_2025::fedpro::AttributesInScope::ArenaDtor ( void *  object)
staticprivate
const ::rti1516_2025::fedpro::AttributeHandleSet & rti1516_2025::fedpro::AttributesInScope::attributes ( ) const
inline
size_t rti1516_2025::fedpro::AttributesInScope::ByteSizeLong ( ) const
final
PROTOBUF_ATTRIBUTE_REINITIALIZES void rti1516_2025::fedpro::AttributesInScope::Clear ( )
final
void rti1516_2025::fedpro::AttributesInScope::clear_attributes ( )
void rti1516_2025::fedpro::AttributesInScope::clear_objectinstance ( )
void rti1516_2025::fedpro::AttributesInScope::CopyFrom ( const AttributesInScope from)
static const AttributesInScope& rti1516_2025::fedpro::AttributesInScope::default_instance ( )
inlinestatic
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* rti1516_2025::fedpro::AttributesInScope::descriptor ( )
inlinestatic
::PROTOBUF_NAMESPACE_ID::StringPiece rti1516_2025::fedpro::AttributesInScope::FullMessageName ( )
inlinestaticprivate
int rti1516_2025::fedpro::AttributesInScope::GetCachedSize ( ) const
inlinefinal
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* rti1516_2025::fedpro::AttributesInScope::GetClassData ( ) const
final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* rti1516_2025::fedpro::AttributesInScope::GetDescriptor ( )
inlinestatic
::PROTOBUF_NAMESPACE_ID::Metadata rti1516_2025::fedpro::AttributesInScope::GetMetadata ( ) const
final
static const ::PROTOBUF_NAMESPACE_ID::Reflection* rti1516_2025::fedpro::AttributesInScope::GetReflection ( )
inlinestatic
bool rti1516_2025::fedpro::AttributesInScope::has_attributes ( ) const
inline
bool rti1516_2025::fedpro::AttributesInScope::has_objectinstance ( ) const
inline
static const AttributesInScope* rti1516_2025::fedpro::AttributesInScope::internal_default_instance ( )
inlinestatic
void rti1516_2025::fedpro::AttributesInScope::InternalSwap ( AttributesInScope other)
private
bool rti1516_2025::fedpro::AttributesInScope::IsInitialized ( ) const
final
void rti1516_2025::fedpro::AttributesInScope::MergeFrom ( const AttributesInScope from)
static void rti1516_2025::fedpro::AttributesInScope::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message *  to,
const ::PROTOBUF_NAMESPACE_ID::Message &  from 
)
staticprivate
rti1516_2025::fedpro::AttributeHandleSet * rti1516_2025::fedpro::AttributesInScope::mutable_attributes ( )
inline
rti1516_2025::fedpro::ObjectInstanceHandle * rti1516_2025::fedpro::AttributesInScope::mutable_objectinstance ( )
inline
AttributesInScope* rti1516_2025::fedpro::AttributesInScope::New ( ) const
inlinefinal
AttributesInScope* rti1516_2025::fedpro::AttributesInScope::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal
const ::rti1516_2025::fedpro::ObjectInstanceHandle & rti1516_2025::fedpro::AttributesInScope::objectinstance ( ) const
inline
AttributesInScope& rti1516_2025::fedpro::AttributesInScope::operator= ( const AttributesInScope from)
inline
AttributesInScope& rti1516_2025::fedpro::AttributesInScope::operator= ( AttributesInScope &&  from)
inlinenoexcept
void rti1516_2025::fedpro::AttributesInScope::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate
rti1516_2025::fedpro::AttributeHandleSet * rti1516_2025::fedpro::AttributesInScope::release_attributes ( )
inline
rti1516_2025::fedpro::ObjectInstanceHandle * rti1516_2025::fedpro::AttributesInScope::release_objectinstance ( )
inline
void rti1516_2025::fedpro::AttributesInScope::set_allocated_attributes ( ::rti1516_2025::fedpro::AttributeHandleSet attributes)
inline
void rti1516_2025::fedpro::AttributesInScope::set_allocated_objectinstance ( ::rti1516_2025::fedpro::ObjectInstanceHandle objectinstance)
inline
void rti1516_2025::fedpro::AttributesInScope::SetCachedSize ( int  size) const
finalprivate
void rti1516_2025::fedpro::AttributesInScope::SharedCtor ( )
private
void rti1516_2025::fedpro::AttributesInScope::SharedDtor ( )
private
void rti1516_2025::fedpro::AttributesInScope::Swap ( AttributesInScope other)
inline
rti1516_2025::fedpro::AttributeHandleSet * rti1516_2025::fedpro::AttributesInScope::unsafe_arena_release_attributes ( )
inline
rti1516_2025::fedpro::ObjectInstanceHandle * rti1516_2025::fedpro::AttributesInScope::unsafe_arena_release_objectinstance ( )
inline
void rti1516_2025::fedpro::AttributesInScope::unsafe_arena_set_allocated_attributes ( ::rti1516_2025::fedpro::AttributeHandleSet attributes)
inline
void rti1516_2025::fedpro::AttributesInScope::unsafe_arena_set_allocated_objectinstance ( ::rti1516_2025::fedpro::ObjectInstanceHandle objectinstance)
inline
void rti1516_2025::fedpro::AttributesInScope::UnsafeArenaSwap ( AttributesInScope other)
inline

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 ( AttributesInScope a,
AttributesInScope b 
)
friend

Member Data Documentation

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize rti1516_2025::fedpro::AttributesInScope::_cached_size_
private
const ClassData rti1516_2025::fedpro::AttributesInScope::_class_data_
static
::rti1516_2025::fedpro::AttributeHandleSet* rti1516_2025::fedpro::AttributesInScope::attributes_
private
constexpr int rti1516_2025::fedpro::AttributesInScope::kIndexInFileMessages
static
Initial value:
=
38
::rti1516_2025::fedpro::ObjectInstanceHandle* rti1516_2025::fedpro::AttributesInScope::objectinstance_
private

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)