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

#include <TypeObject.h>

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

Public Member Functions

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

Public Attributes

CommonBitflag common
 
MinimalMemberDetail detail
 

Detailed Description

Definition at line 2731 of file TypeObject.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 2740 of file TypeObject.h.

2741  {
2742  return !(*this == other);
2743  }

◆ operator==()

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

Definition at line 2735 of file TypeObject.h.

References common, and detail.

2736  {
2737  return common == other.common && detail == other.detail;
2738  }
MinimalMemberDetail detail
Definition: TypeObject.h:2733

Member Data Documentation

◆ common

CommonBitflag OpenDDS::XTypes::MinimalBitflag::common

◆ detail

MinimalMemberDetail OpenDDS::XTypes::MinimalBitflag::detail

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