OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TypeObject.h>
Public Member Functions | |
PlainSequenceLElemDefn () | |
PlainSequenceLElemDefn (const PlainCollectionHeader &a_header, const LBound &a_bound, const TypeIdentifier &a_element_identifier) | |
bool | operator< (const PlainSequenceLElemDefn &other) const |
Public Attributes | |
PlainCollectionHeader | header |
LBound | bound |
External< TypeIdentifier > | element_identifier |
Definition at line 503 of file TypeObject.h.
|
inline |
Definition at line 508 of file TypeObject.h.
|
inline |
Definition at line 512 of file TypeObject.h.
References OpenDDS::DCPS::operator<().
|
inline |
Definition at line 844 of file TypeObject.h.
References bound, element_identifier, header, and header.
LBound OpenDDS::XTypes::PlainSequenceLElemDefn::bound |
Definition at line 505 of file TypeObject.h.
Referenced by operator<(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
External<TypeIdentifier> OpenDDS::XTypes::PlainSequenceLElemDefn::element_identifier |
Definition at line 506 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::PlainSequenceLElemDefn::header |
Definition at line 504 of file TypeObject.h.
Referenced by OpenDDS::XTypes::has_type_object(), operator<(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().