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

#include <TypeObject.h>

Public Member Functions

 CommonCollectionHeader ()
 
 CommonCollectionHeader (LBound a_bound)
 
bool operator== (const CommonCollectionHeader &other) const
 
bool operator!= (const CommonCollectionHeader &other) const
 

Public Attributes

LBound bound
 

Detailed Description

Definition at line 2188 of file TypeObject.h.

Constructor & Destructor Documentation

◆ CommonCollectionHeader() [1/2]

OpenDDS::XTypes::CommonCollectionHeader::CommonCollectionHeader ( )
inline

Definition at line 2191 of file TypeObject.h.

2192  : bound(0)
2193  {}

◆ CommonCollectionHeader() [2/2]

OpenDDS::XTypes::CommonCollectionHeader::CommonCollectionHeader ( LBound  a_bound)
inlineexplicit

Definition at line 2195 of file TypeObject.h.

2195 : bound(a_bound) {}

Member Function Documentation

◆ operator!=()

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

Definition at line 2202 of file TypeObject.h.

2203  {
2204  return !(*this == other);
2205  }

◆ operator==()

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

Definition at line 2197 of file TypeObject.h.

References bound.

2198  {
2199  return bound == other.bound;
2200  }

Member Data Documentation

◆ bound

LBound OpenDDS::XTypes::CommonCollectionHeader::bound

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