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

#include <TypeObject.h>

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

Public Member Functions

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

Public Attributes

CommonBitfield common
 
CompleteMemberDetail detail
 

Detailed Description

Definition at line 2822 of file TypeObject.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 2831 of file TypeObject.h.

2832  {
2833  return !(*this == other);
2834  }

◆ operator==()

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

Definition at line 2826 of file TypeObject.h.

References common, and detail.

2827  {
2828  return common == other.common && detail == other.detail;
2829  }
CompleteMemberDetail detail
Definition: TypeObject.h:2824

Member Data Documentation

◆ common

CommonBitfield OpenDDS::XTypes::CompleteBitfield::common

◆ detail

CompleteMemberDetail OpenDDS::XTypes::CompleteBitfield::detail

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