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

#include <TypeObject.h>

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

Public Member Functions

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

Public Attributes

CompleteTypeDetail detail
 

Detailed Description

Definition at line 2861 of file TypeObject.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 2869 of file TypeObject.h.

2870  {
2871  return !(*this == other);
2872  }

◆ operator==()

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

Definition at line 2864 of file TypeObject.h.

References detail.

2865  {
2866  return detail == other.detail;
2867  }

Member Data Documentation

◆ detail

CompleteTypeDetail OpenDDS::XTypes::CompleteBitsetHeader::detail

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