OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TypeObject.h>
Public Member Functions | |
MinimalStructHeader () | |
MinimalStructHeader (const TypeIdentifier &a_base_type, const MinimalTypeDetail &a_detail) | |
bool | operator== (const MinimalStructHeader &other) const |
bool | operator!= (const MinimalStructHeader &other) const |
Public Attributes | |
TypeIdentifier | base_type |
MinimalTypeDetail | detail |
Definition at line 1451 of file TypeObject.h.
|
inline |
Definition at line 1455 of file TypeObject.h.
|
inline |
Definition at line 1457 of file TypeObject.h.
|
inline |
Definition at line 1468 of file TypeObject.h.
|
inline |
Definition at line 1463 of file TypeObject.h.
References base_type, and detail.
TypeIdentifier OpenDDS::XTypes::MinimalStructHeader::base_type |
Definition at line 1452 of file TypeObject.h.
Referenced by OpenDDS::XTypes::TypeLookupService::complete_to_minimal_struct(), typeobject_generator::generate_struct_type_identifier(), OpenDDS::XTypes::has_type_object(), OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
MinimalTypeDetail OpenDDS::XTypes::MinimalStructHeader::detail |
Definition at line 1453 of file TypeObject.h.
Referenced by OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().