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

#include <TypeObject.h>

Public Member Functions

 CommonEnumeratedHeader ()
 
 CommonEnumeratedHeader (BitBound a_bit_bound)
 
bool operator== (const CommonEnumeratedHeader &other) const
 
bool operator!= (const CommonEnumeratedHeader &other) const
 

Public Attributes

BitBound bit_bound
 

Detailed Description

Definition at line 2569 of file TypeObject.h.

Constructor & Destructor Documentation

◆ CommonEnumeratedHeader() [1/2]

OpenDDS::XTypes::CommonEnumeratedHeader::CommonEnumeratedHeader ( )
inline

Definition at line 2572 of file TypeObject.h.

2573  : bit_bound(0)
2574  {}

◆ CommonEnumeratedHeader() [2/2]

OpenDDS::XTypes::CommonEnumeratedHeader::CommonEnumeratedHeader ( BitBound  a_bit_bound)
inlineexplicit

Definition at line 2576 of file TypeObject.h.

2577  : bit_bound(a_bit_bound)
2578  {}

Member Function Documentation

◆ operator!=()

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

Definition at line 2585 of file TypeObject.h.

2586  {
2587  return !(*this == other);
2588  }

◆ operator==()

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

Definition at line 2580 of file TypeObject.h.

References bit_bound.

2581  {
2582  return bit_bound == other.bit_bound;
2583  }

Member Data Documentation

◆ bit_bound

BitBound OpenDDS::XTypes::CommonEnumeratedHeader::bit_bound

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