OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <TypeObject.h>
Public Member Functions | |
PlainSequenceSElemDefn () | |
PlainSequenceSElemDefn (const PlainCollectionHeader &a_header, const SBound &a_bound, const TypeIdentifier &a_element_identifier) | |
bool | operator< (const PlainSequenceSElemDefn &other) const |
Public Attributes | |
PlainCollectionHeader | header |
SBound | bound |
External< TypeIdentifier > | element_identifier |
Definition at line 483 of file TypeObject.h.
|
inline |
Definition at line 488 of file TypeObject.h.
|
inline |
Definition at line 492 of file TypeObject.h.
References OpenDDS::DCPS::operator<().
|
inline |
Definition at line 833 of file TypeObject.h.
References bound, element_identifier, header, and header.
SBound OpenDDS::XTypes::PlainSequenceSElemDefn::bound |
Definition at line 485 of file TypeObject.h.
Referenced by operator<(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
External<TypeIdentifier> OpenDDS::XTypes::PlainSequenceSElemDefn::element_identifier |
Definition at line 486 of file TypeObject.h.
Referenced by OpenDDS::XTypes::has_type_object(), operator<(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
PlainCollectionHeader OpenDDS::XTypes::PlainSequenceSElemDefn::header |
Definition at line 484 of file TypeObject.h.
Referenced by OpenDDS::XTypes::has_type_object(), operator<(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().