OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <annotations.h>
Public Member Functions | |
DataRepresentation () | |
void | add (const DataRepresentation &other) |
void | set_all (bool value) |
bool | only_xcdr1 () const |
bool | not_only_xcdr1 () const |
bool | only_xcdr2 () const |
bool | not_only_xcdr2 () const |
bool | only_xml () const |
bool | not_only_xml () const |
Public Attributes | |
bool | xcdr1 |
bool | xcdr2 |
bool | xml |
bool | unaligned |
Definition at line 344 of file annotations.h.
|
inline |
Definition at line 350 of file annotations.h.
|
inline |
Definition at line 355 of file annotations.h.
References unaligned, xcdr1, xcdr2, and xml.
Referenced by OpenDDS::DataRepresentationAnnotation::node_value_exists().
|
inline |
Definition at line 376 of file annotations.h.
|
inline |
Definition at line 386 of file annotations.h.
|
inline |
Definition at line 396 of file annotations.h.
|
inline |
Definition at line 371 of file annotations.h.
|
inline |
Definition at line 381 of file annotations.h.
|
inline |
Definition at line 391 of file annotations.h.
|
inline |
bool OpenDDS::DataRepresentation::unaligned |
Definition at line 348 of file annotations.h.
Referenced by add(), marshal_generator::gen_typedef(), and OpenDDS::DataRepresentationAnnotation::value_from_appl().
bool OpenDDS::DataRepresentation::xcdr1 |
Definition at line 345 of file annotations.h.
Referenced by add(), marshal_generator::gen_typedef(), and OpenDDS::DataRepresentationAnnotation::value_from_appl().
bool OpenDDS::DataRepresentation::xcdr2 |
Definition at line 346 of file annotations.h.
Referenced by add(), marshal_generator::gen_typedef(), and OpenDDS::DataRepresentationAnnotation::value_from_appl().
bool OpenDDS::DataRepresentation::xml |
Definition at line 347 of file annotations.h.
Referenced by add(), marshal_generator::gen_typedef(), and OpenDDS::DataRepresentationAnnotation::value_from_appl().