OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TypeObject.h>
Public Member Functions | |
CompleteElementDetail () | |
CompleteElementDetail (const Optional< AppliedBuiltinMemberAnnotations > &an_ann_builtin, const Optional< AppliedAnnotationSeq > &an_ann_custom) | |
bool | operator== (const CompleteElementDetail &other) const |
bool | operator!= (const CompleteElementDetail &other) const |
Public Attributes | |
Optional< AppliedBuiltinMemberAnnotations > | ann_builtin |
Optional< AppliedAnnotationSeq > | ann_custom |
Definition at line 2098 of file TypeObject.h.
|
inline |
Definition at line 2102 of file TypeObject.h.
|
inline |
Definition at line 2104 of file TypeObject.h.
|
inline |
Definition at line 2115 of file TypeObject.h.
|
inline |
Definition at line 2110 of file TypeObject.h.
References ann_builtin, and ann_custom.
Optional<AppliedBuiltinMemberAnnotations> OpenDDS::XTypes::CompleteElementDetail::ann_builtin |
Definition at line 2099 of file TypeObject.h.
Referenced by OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
Optional<AppliedAnnotationSeq> OpenDDS::XTypes::CompleteElementDetail::ann_custom |
Definition at line 2100 of file TypeObject.h.
Referenced by OpenDDS::XTypes::has_type_object(), OpenDDS::DCPS::operator<<(), operator==(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().