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

#include <TypeObject.h>

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

Public Member Functions

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

Public Attributes

BitmaskTypeFlag bitmask_flags
 
MinimalBitmaskHeader header
 
MinimalBitflagSeq flag_seq
 

Detailed Description

Definition at line 2777 of file TypeObject.h.

Constructor & Destructor Documentation

◆ MinimalBitmaskType()

OpenDDS::XTypes::MinimalBitmaskType::MinimalBitmaskType ( )
inline

Definition at line 2782 of file TypeObject.h.

2783  : bitmask_flags(0)
2784  {}

Member Function Documentation

◆ operator!=()

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

Definition at line 2791 of file TypeObject.h.

2792  {
2793  return !(*this == other);
2794  }

◆ operator==()

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

Definition at line 2786 of file TypeObject.h.

References bitmask_flags, flag_seq, and header.

2787  {
2788  return bitmask_flags == other.bitmask_flags && header == other.header && flag_seq == other.flag_seq;
2789  }

Member Data Documentation

◆ bitmask_flags

BitmaskTypeFlag OpenDDS::XTypes::MinimalBitmaskType::bitmask_flags

◆ flag_seq

MinimalBitflagSeq OpenDDS::XTypes::MinimalBitmaskType::flag_seq

◆ header

MinimalBitmaskHeader OpenDDS::XTypes::MinimalBitmaskType::header

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