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

#include <TypeObject.h>

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

Public Member Functions

 CompleteCollectionElement ()
 
 CompleteCollectionElement (const CommonCollectionElement &a_common, const CompleteElementDetail &a_detail)
 
bool operator== (const CompleteCollectionElement &other) const
 
bool operator!= (const CompleteCollectionElement &other) const
 

Public Attributes

CommonCollectionElement common
 
CompleteElementDetail detail
 

Detailed Description

Definition at line 2146 of file TypeObject.h.

Constructor & Destructor Documentation

◆ CompleteCollectionElement() [1/2]

OpenDDS::XTypes::CompleteCollectionElement::CompleteCollectionElement ( )
inline

Definition at line 2150 of file TypeObject.h.

2150 {}

◆ CompleteCollectionElement() [2/2]

OpenDDS::XTypes::CompleteCollectionElement::CompleteCollectionElement ( const CommonCollectionElement a_common,
const CompleteElementDetail a_detail 
)
inline

Definition at line 2152 of file TypeObject.h.

2154  : common(a_common)
2155  , detail(a_detail)
2156  {}

Member Function Documentation

◆ operator!=()

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

Definition at line 2163 of file TypeObject.h.

2164  {
2165  return !(*this == other);
2166  }

◆ operator==()

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

Definition at line 2158 of file TypeObject.h.

References common, and detail.

2159  {
2160  return common == other.common && detail == other.detail;
2161  }

Member Data Documentation

◆ common

CommonCollectionElement OpenDDS::XTypes::CompleteCollectionElement::common

◆ detail

CompleteElementDetail OpenDDS::XTypes::CompleteCollectionElement::detail

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