OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TypeObject.h>
Public Member Functions | |
AppliedAnnotation () | |
AppliedAnnotation (const TypeIdentifier &ann_typeid, const Optional< AppliedAnnotationParameterSeq > &a_param_seq) | |
bool | operator< (const AppliedAnnotation &other) const |
bool | operator== (const AppliedAnnotation &other) const |
bool | operator!= (const AppliedAnnotation &other) const |
Public Attributes | |
TypeIdentifier | annotation_typeid |
Optional< AppliedAnnotationParameterSeq > | param_seq |
Definition at line 1137 of file TypeObject.h.
|
inline |
Definition at line 1141 of file TypeObject.h.
|
inline |
Definition at line 1143 of file TypeObject.h.
|
inline |
Definition at line 1159 of file TypeObject.h.
|
inline |
Definition at line 1149 of file TypeObject.h.
References annotation_typeid.
|
inline |
Definition at line 1154 of file TypeObject.h.
References annotation_typeid, and param_seq.
TypeIdentifier OpenDDS::XTypes::AppliedAnnotation::annotation_typeid |
Definition at line 1138 of file TypeObject.h.
Referenced by OpenDDS::XTypes::has_type_object(), operator<(), OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
Optional<AppliedAnnotationParameterSeq> OpenDDS::XTypes::AppliedAnnotation::param_seq |
Definition at line 1139 of file TypeObject.h.
Referenced by OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().