OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TypeObject.h>
Public Member Functions | |
TypeIdentifierTypeObjectPair () | |
TypeIdentifierTypeObjectPair (const TypeIdentifier &ti, const TypeObject &to) | |
bool | operator== (const TypeIdentifierTypeObjectPair &other) const |
bool | operator!= (const TypeIdentifierTypeObjectPair &other) const |
Public Attributes | |
TypeIdentifier | type_identifier |
TypeObject | type_object |
Definition at line 3285 of file TypeObject.h.
|
inline |
Definition at line 3289 of file TypeObject.h.
|
inline |
Definition at line 3291 of file TypeObject.h.
|
inline |
Definition at line 3301 of file TypeObject.h.
|
inline |
Definition at line 3296 of file TypeObject.h.
References type_identifier, and type_object.
TypeIdentifier OpenDDS::XTypes::TypeIdentifierTypeObjectPair::type_identifier |
Definition at line 3286 of file TypeObject.h.
Referenced by OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
TypeObject OpenDDS::XTypes::TypeIdentifierTypeObjectPair::type_object |
Definition at line 3287 of file TypeObject.h.
Referenced by OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().