OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <TypeObject.h>
Public Member Functions | |
AppliedVerbatimAnnotation () | |
AppliedVerbatimAnnotation (const OPENDDS_STRING &a_placement, const OPENDDS_STRING &a_language, const OPENDDS_STRING &a_text) | |
bool | operator== (const AppliedVerbatimAnnotation &other) const |
bool | operator!= (const AppliedVerbatimAnnotation &other) const |
Public Attributes | |
OPENDDS_STRING | placement |
OPENDDS_STRING | language |
OPENDDS_STRING | text |
Definition at line 1168 of file TypeObject.h.
|
inline |
Definition at line 1173 of file TypeObject.h.
|
inline |
Definition at line 1175 of file TypeObject.h.
|
inline |
Definition at line 1188 of file TypeObject.h.
|
inline |
Definition at line 1183 of file TypeObject.h.
References language, placement, and text.
OPENDDS_STRING OpenDDS::XTypes::AppliedVerbatimAnnotation::language |
Definition at line 1170 of file TypeObject.h.
Referenced by OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
OPENDDS_STRING OpenDDS::XTypes::AppliedVerbatimAnnotation::placement |
Definition at line 1169 of file TypeObject.h.
Referenced by OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
OPENDDS_STRING OpenDDS::XTypes::AppliedVerbatimAnnotation::text |
Definition at line 1171 of file TypeObject.h.
Referenced by OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().