OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <TypeObject.h>
Public Member Functions | |
AppliedAnnotationParameter () | |
AppliedAnnotationParameter (ACE_CDR::Octet a, ACE_CDR::Octet b, ACE_CDR::Octet c, ACE_CDR::Octet d, const AnnotationParameterValue &a_value) | |
AppliedAnnotationParameter (const NameHash &a_name_hash, const AnnotationParameterValue &a_value) | |
bool | operator< (const AppliedAnnotationParameter &other) const |
bool | operator== (const AppliedAnnotationParameter &other) const |
bool | operator!= (const AppliedAnnotationParameter &other) const |
Public Attributes | |
NameHash | paramname_hash |
AnnotationParameterValue | value |
Definition at line 1094 of file TypeObject.h.
|
inline |
Definition at line 1098 of file TypeObject.h.
|
inline |
Definition at line 1103 of file TypeObject.h.
|
inline |
Definition at line 1112 of file TypeObject.h.
|
inline |
Definition at line 1129 of file TypeObject.h.
|
inline |
Definition at line 1119 of file TypeObject.h.
References paramname_hash.
|
inline |
Definition at line 1124 of file TypeObject.h.
References OpenDDS::XTypes::name_hash_equal(), paramname_hash, and value.
NameHash OpenDDS::XTypes::AppliedAnnotationParameter::paramname_hash |
Definition at line 1095 of file TypeObject.h.
Referenced by operator<(), OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
AnnotationParameterValue OpenDDS::XTypes::AppliedAnnotationParameter::value |
Definition at line 1096 of file TypeObject.h.
Referenced by OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().