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

#include <TypeObject.h>

Public Member Functions

 AppliedVerbatimAnnotation ()
 
 AppliedVerbatimAnnotation (const OPENDDS_STRING &a_placement, const OPENDDS_STRING &a_language, const OPENDDS_STRING &a_text)
 
bool operator== (const AppliedVerbatimAnnotation &other) const
 
bool operator!= (const AppliedVerbatimAnnotation &other) const
 

Public Attributes

OPENDDS_STRING placement
 
OPENDDS_STRING language
 
OPENDDS_STRING text
 

Detailed Description

Definition at line 1168 of file TypeObject.h.

Constructor & Destructor Documentation

◆ AppliedVerbatimAnnotation() [1/2]

OpenDDS::XTypes::AppliedVerbatimAnnotation::AppliedVerbatimAnnotation ( )
inline

Definition at line 1173 of file TypeObject.h.

1173 {}

◆ AppliedVerbatimAnnotation() [2/2]

OpenDDS::XTypes::AppliedVerbatimAnnotation::AppliedVerbatimAnnotation ( const OPENDDS_STRING a_placement,
const OPENDDS_STRING a_language,
const OPENDDS_STRING a_text 
)
inline

Definition at line 1175 of file TypeObject.h.

1178  : placement(a_placement)
1179  , language(a_language)
1180  , text(a_text)
1181  {}

Member Function Documentation

◆ operator!=()

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

Definition at line 1188 of file TypeObject.h.

1189  {
1190  return !(*this == other);
1191  }

◆ operator==()

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

Definition at line 1183 of file TypeObject.h.

References language, placement, and text.

1184  {
1185  return placement == other.placement && language == other.language && text == other.text;
1186  }

Member Data Documentation

◆ language

OPENDDS_STRING OpenDDS::XTypes::AppliedVerbatimAnnotation::language

◆ placement

OPENDDS_STRING OpenDDS::XTypes::AppliedVerbatimAnnotation::placement

◆ text

OPENDDS_STRING OpenDDS::XTypes::AppliedVerbatimAnnotation::text

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