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

Public Types

enum  : int { kLowerFieldNumber = 1, kUpperFieldNumber = 2 }
 

Public Member Functions

 RangeBounds ()
 
 ~RangeBounds () override
 
constexpr RangeBounds (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 RangeBounds (const RangeBounds &from)
 
 RangeBounds (RangeBounds &&from) noexcept
 
RangeBoundsoperator= (const RangeBounds &from)
 
RangeBoundsoperator= (RangeBounds &&from) noexcept
 
void Swap (RangeBounds *other)
 
void UnsafeArenaSwap (RangeBounds *other)
 
RangeBoundsNew () const final
 
RangeBoundsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const RangeBounds &from)
 
void MergeFrom (const RangeBounds &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_lower ()
 
::PROTOBUF_NAMESPACE_ID::uint32 lower () const
 
void set_lower (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
void clear_upper ()
 
::PROTOBUF_NAMESPACE_ID::uint32 upper () const
 
void set_upper (::PROTOBUF_NAMESPACE_ID::uint32 value)
 

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 RangeBoundsdefault_instance ()
 
static const RangeBoundsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 RangeBounds (::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 (RangeBounds *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
::PROTOBUF_NAMESPACE_ID::uint32 _internal_lower () const
 
void _internal_set_lower (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
::PROTOBUF_NAMESPACE_ID::uint32 _internal_upper () const
 
void _internal_set_upper (::PROTOBUF_NAMESPACE_ID::uint32 value)
 

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::uint32 lower_
 
::PROTOBUF_NAMESPACE_ID::uint32 upper_
 
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 (RangeBounds &a, RangeBounds &b)
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum : int
Enumerator
kLowerFieldNumber 
kUpperFieldNumber 

Constructor & Destructor Documentation

rti1516_2025::fedpro::RangeBounds::RangeBounds ( )
inline

Referenced by New().

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

Member Function Documentation

PROTOBUF_NAMESPACE_ID::uint32 rti1516_2025::fedpro::RangeBounds::_internal_lower ( ) const
inlineprivate

References lower_.

Referenced by lower().

void rti1516_2025::fedpro::RangeBounds::_internal_set_lower ( ::PROTOBUF_NAMESPACE_ID::uint32  value)
inlineprivate

References lower_.

Referenced by set_lower().

void rti1516_2025::fedpro::RangeBounds::_internal_set_upper ( ::PROTOBUF_NAMESPACE_ID::uint32  value)
inlineprivate

References upper_.

Referenced by set_upper().

PROTOBUF_NAMESPACE_ID::uint32 rti1516_2025::fedpro::RangeBounds::_internal_upper ( ) const
inlineprivate

References upper_.

Referenced by upper().

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

References lower_.

void rti1516_2025::fedpro::RangeBounds::clear_upper ( )
inline

References upper_.

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

Referenced by operator=().

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

References GetDescriptor().

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

References _cached_size_.

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

References default_instance(), and GetMetadata().

Referenced by descriptor().

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

Referenced by GetDescriptor(), and GetReflection().

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

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

bool rti1516_2025::fedpro::RangeBounds::IsInitialized ( ) const
final
PROTOBUF_NAMESPACE_ID::uint32 rti1516_2025::fedpro::RangeBounds::lower ( ) const
inline

References _internal_lower().

void rti1516_2025::fedpro::RangeBounds::MergeFrom ( const RangeBounds from)
static void rti1516_2025::fedpro::RangeBounds::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message *  to,
const ::PROTOBUF_NAMESPACE_ID::Message &  from 
)
staticprivate
RangeBounds* rti1516_2025::fedpro::RangeBounds::New ( ) const
inlinefinal

References RangeBounds().

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

References CopyFrom().

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

References CopyFrom(), and InternalSwap().

void rti1516_2025::fedpro::RangeBounds::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate
void rti1516_2025::fedpro::RangeBounds::set_lower ( ::PROTOBUF_NAMESPACE_ID::uint32  value)
inline

References _internal_set_lower().

void rti1516_2025::fedpro::RangeBounds::set_upper ( ::PROTOBUF_NAMESPACE_ID::uint32  value)
inline

References _internal_set_upper().

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

References InternalSwap().

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

References InternalSwap().

PROTOBUF_NAMESPACE_ID::uint32 rti1516_2025::fedpro::RangeBounds::upper ( ) const
inline

References _internal_upper().

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

Member Data Documentation

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

Referenced by GetCachedSize().

const ClassData rti1516_2025::fedpro::RangeBounds::_class_data_
static
constexpr int rti1516_2025::fedpro::RangeBounds::kIndexInFileMessages
static
Initial value:
=
37
::PROTOBUF_NAMESPACE_ID::uint32 rti1516_2025::fedpro::RangeBounds::lower_
private
::PROTOBUF_NAMESPACE_ID::uint32 rti1516_2025::fedpro::RangeBounds::upper_
private

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)