OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | Public Attributes | List of all members
OpenDDS::XTypes::CompleteElementDetail Struct Reference

#include <TypeObject.h>

Collaboration diagram for OpenDDS::XTypes::CompleteElementDetail:
Collaboration graph
[legend]

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< AppliedBuiltinMemberAnnotationsann_builtin
 
Optional< AppliedAnnotationSeqann_custom
 

Detailed Description

Definition at line 2098 of file TypeObject.h.

Constructor & Destructor Documentation

◆ CompleteElementDetail() [1/2]

OpenDDS::XTypes::CompleteElementDetail::CompleteElementDetail ( )
inline

Definition at line 2102 of file TypeObject.h.

2102 {}

◆ CompleteElementDetail() [2/2]

OpenDDS::XTypes::CompleteElementDetail::CompleteElementDetail ( const Optional< AppliedBuiltinMemberAnnotations > &  an_ann_builtin,
const Optional< AppliedAnnotationSeq > &  an_ann_custom 
)
inline

Definition at line 2104 of file TypeObject.h.

2106  : ann_builtin(an_ann_builtin)
2107  , ann_custom(an_ann_custom)
2108  {}
Optional< AppliedBuiltinMemberAnnotations > ann_builtin
Definition: TypeObject.h:2099
Optional< AppliedAnnotationSeq > ann_custom
Definition: TypeObject.h:2100

Member Function Documentation

◆ operator!=()

bool OpenDDS::XTypes::CompleteElementDetail::operator!= ( const CompleteElementDetail other) const
inline

Definition at line 2115 of file TypeObject.h.

2116  {
2117  return !(*this == other);
2118  }

◆ operator==()

bool OpenDDS::XTypes::CompleteElementDetail::operator== ( const CompleteElementDetail other) const
inline

Definition at line 2110 of file TypeObject.h.

References ann_builtin, and ann_custom.

2111  {
2112  return ann_builtin == other.ann_builtin && ann_custom == other.ann_custom;
2113  }
Optional< AppliedBuiltinMemberAnnotations > ann_builtin
Definition: TypeObject.h:2099
Optional< AppliedAnnotationSeq > ann_custom
Definition: TypeObject.h:2100

Member Data Documentation

◆ ann_builtin

Optional<AppliedBuiltinMemberAnnotations> OpenDDS::XTypes::CompleteElementDetail::ann_builtin

◆ ann_custom

Optional<AppliedAnnotationSeq> OpenDDS::XTypes::CompleteElementDetail::ann_custom

The documentation for this struct was generated from the following file: