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

#include <TypeObject.h>

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

Public Member Functions

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

Public Attributes

CommonBitflag common
 
CompleteMemberDetail detail
 

Detailed Description

Definition at line 2714 of file TypeObject.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 2723 of file TypeObject.h.

2724  {
2725  return !(*this == other);
2726  }

◆ operator==()

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

Definition at line 2718 of file TypeObject.h.

References common, and detail.

2719  {
2720  return common == other.common && detail == other.detail;
2721  }
CompleteMemberDetail detail
Definition: TypeObject.h:2716

Member Data Documentation

◆ common

CommonBitflag OpenDDS::XTypes::CompleteBitflag::common

◆ detail

CompleteMemberDetail OpenDDS::XTypes::CompleteBitflag::detail

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