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

#include <TypeObject.h>

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

Public Member Functions

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

Public Attributes

AnnotationTypeFlag annotation_flag
 
MinimalAnnotationHeader header
 
MinimalAnnotationParameterSeq member_seq
 

Detailed Description

Definition at line 1915 of file TypeObject.h.

Constructor & Destructor Documentation

◆ MinimalAnnotationType()

OpenDDS::XTypes::MinimalAnnotationType::MinimalAnnotationType ( )
inline

Definition at line 1920 of file TypeObject.h.

1921  : annotation_flag(0)
1922  {}

Member Function Documentation

◆ operator!=()

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

Definition at line 1929 of file TypeObject.h.

1930  {
1931  return !(*this == other);
1932  }

◆ operator==()

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

Definition at line 1924 of file TypeObject.h.

References annotation_flag, header, and member_seq.

1925  {
1926  return annotation_flag == other.annotation_flag && header == other.header && member_seq == other.member_seq;
1927  }
MinimalAnnotationHeader header
Definition: TypeObject.h:1917
MinimalAnnotationParameterSeq member_seq
Definition: TypeObject.h:1918

Member Data Documentation

◆ annotation_flag

AnnotationTypeFlag OpenDDS::XTypes::MinimalAnnotationType::annotation_flag

◆ header

MinimalAnnotationHeader OpenDDS::XTypes::MinimalAnnotationType::header

◆ member_seq

MinimalAnnotationParameterSeq OpenDDS::XTypes::MinimalAnnotationType::member_seq

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