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

#include <TypeObject.h>

Public Member Functions

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

Detailed Description

Definition at line 917 of file TypeObject.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 924 of file TypeObject.h.

925  {
926  return !(*this == other);
927  }

◆ operator==()

bool OpenDDS::XTypes::ExtendedAnnotationParameterValue::operator== ( const ExtendedAnnotationParameterValue ) const
inline

Definition at line 919 of file TypeObject.h.

920  {
921  return true;
922  }

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