OpenDDS  Snapshot(2023/04/28-20:55)
Public Member Functions | Public Attributes | List of all members
OpenDDS::XTypes::CompleteAnnotationHeader Struct Reference

#include <TypeObject.h>

Public Member Functions

bool operator== (const CompleteAnnotationHeader &other) const
 
bool operator!= (const CompleteAnnotationHeader &other) const
 

Public Attributes

QualifiedTypeName annotation_name
 

Detailed Description

Definition at line 1867 of file TypeObject.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 1875 of file TypeObject.h.

1876  {
1877  return !(*this == other);
1878  }

◆ operator==()

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

Definition at line 1870 of file TypeObject.h.

References annotation_name.

1871  {
1872  return annotation_name == other.annotation_name;
1873  }

Member Data Documentation

◆ annotation_name

QualifiedTypeName OpenDDS::XTypes::CompleteAnnotationHeader::annotation_name

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