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

#include <TypeObject.h>

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

Public Member Functions

 MinimalCollectionHeader ()
 
 MinimalCollectionHeader (const CommonCollectionHeader &a_common)
 
bool operator== (const MinimalCollectionHeader &other) const
 
bool operator!= (const MinimalCollectionHeader &other) const
 

Public Attributes

CommonCollectionHeader common
 

Detailed Description

Definition at line 2231 of file TypeObject.h.

Constructor & Destructor Documentation

◆ MinimalCollectionHeader() [1/2]

OpenDDS::XTypes::MinimalCollectionHeader::MinimalCollectionHeader ( )
inline

Definition at line 2234 of file TypeObject.h.

2234 {}

◆ MinimalCollectionHeader() [2/2]

OpenDDS::XTypes::MinimalCollectionHeader::MinimalCollectionHeader ( const CommonCollectionHeader a_common)
inlineexplicit

Definition at line 2236 of file TypeObject.h.

2237  : common(a_common) {}

Member Function Documentation

◆ operator!=()

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

Definition at line 2244 of file TypeObject.h.

2245  {
2246  return !(*this == other);
2247  }

◆ operator==()

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

Definition at line 2239 of file TypeObject.h.

References common.

2240  {
2241  return common == other.common;
2242  }

Member Data Documentation

◆ common

CommonCollectionHeader OpenDDS::XTypes::MinimalCollectionHeader::common

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