OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TypeObject.h>
Public Member Functions | |
MinimalEnumeratedLiteral () | |
MinimalEnumeratedLiteral (const CommonEnumeratedLiteral &a_common, const MinimalMemberDetail &a_detail) | |
bool | operator< (const MinimalEnumeratedLiteral &other) const |
bool | operator== (const MinimalEnumeratedLiteral &other) const |
bool | operator!= (const MinimalEnumeratedLiteral &other) const |
Public Attributes | |
CommonEnumeratedLiteral | common |
MinimalMemberDetail | detail |
Definition at line 2539 of file TypeObject.h.
|
inline |
Definition at line 2543 of file TypeObject.h.
|
inline |
Definition at line 2545 of file TypeObject.h.
|
inline |
Definition at line 2561 of file TypeObject.h.
|
inline |
Definition at line 2551 of file TypeObject.h.
References common, and OpenDDS::XTypes::CommonEnumeratedLiteral::value.
|
inline |
Definition at line 2556 of file TypeObject.h.
References common, and detail.
CommonEnumeratedLiteral OpenDDS::XTypes::MinimalEnumeratedLiteral::common |
Definition at line 2540 of file TypeObject.h.
Referenced by typeobject_generator::generate_enum_type_identifier(), operator<(), OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
MinimalMemberDetail OpenDDS::XTypes::MinimalEnumeratedLiteral::detail |
Definition at line 2541 of file TypeObject.h.
Referenced by typeobject_generator::generate_enum_type_identifier(), OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().