OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TypeObject.h>
Public Member Functions | |
CommonEnumeratedLiteral () | |
CommonEnumeratedLiteral (ACE_CDR::Long a_value, EnumeratedLiteralFlag a_flags) | |
bool | operator== (const CommonEnumeratedLiteral &other) const |
bool | operator!= (const CommonEnumeratedLiteral &other) const |
Public Attributes | |
ACE_CDR::Long | value |
EnumeratedLiteralFlag | flags |
Definition at line 2481 of file TypeObject.h.
|
inline |
Definition at line 2485 of file TypeObject.h.
|
inline |
Definition at line 2490 of file TypeObject.h.
|
inline |
Definition at line 2501 of file TypeObject.h.
|
inline |
Definition at line 2496 of file TypeObject.h.
EnumeratedLiteralFlag OpenDDS::XTypes::CommonEnumeratedLiteral::flags |
Definition at line 2483 of file TypeObject.h.
Referenced by typeobject_generator::generate_enum_type_identifier(), OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
ACE_CDR::Long OpenDDS::XTypes::CommonEnumeratedLiteral::value |
Definition at line 2482 of file TypeObject.h.
Referenced by typeobject_generator::generate_enum_type_identifier(), OpenDDS::XTypes::CompleteEnumeratedLiteral::operator<(), OpenDDS::XTypes::MinimalEnumeratedLiteral::operator<(), OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().