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

#include <TypeObject.h>

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

Public Member Functions

 MinimalCollectionElement ()
 
 MinimalCollectionElement (const CommonCollectionElement &a_common)
 
bool operator== (const MinimalCollectionElement &other) const
 
bool operator!= (const MinimalCollectionElement &other) const
 

Public Attributes

CommonCollectionElement common
 

Detailed Description

Definition at line 2169 of file TypeObject.h.

Constructor & Destructor Documentation

◆ MinimalCollectionElement() [1/2]

OpenDDS::XTypes::MinimalCollectionElement::MinimalCollectionElement ( )
inline

Definition at line 2172 of file TypeObject.h.

2172 {}

◆ MinimalCollectionElement() [2/2]

OpenDDS::XTypes::MinimalCollectionElement::MinimalCollectionElement ( const CommonCollectionElement a_common)
inlineexplicit

Definition at line 2174 of file TypeObject.h.

2175  : common(a_common) {}

Member Function Documentation

◆ operator!=()

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

Definition at line 2182 of file TypeObject.h.

2183  {
2184  return !(*this == other);
2185  }

◆ operator==()

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

Definition at line 2177 of file TypeObject.h.

References common.

2178  {
2179  return common == other.common;
2180  }

Member Data Documentation

◆ common

CommonCollectionElement OpenDDS::XTypes::MinimalCollectionElement::common

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