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

#include <TypeObject.h>

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

Public Member Functions

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

Public Attributes

CollectionTypeFlag collection_flag
 
MinimalCollectionHeader header
 
MinimalCollectionElement key
 
MinimalCollectionElement element
 

Detailed Description

Definition at line 2456 of file TypeObject.h.

Constructor & Destructor Documentation

◆ MinimalMapType()

OpenDDS::XTypes::MinimalMapType::MinimalMapType ( )
inline

Definition at line 2462 of file TypeObject.h.

2463  : collection_flag(0)
2464  {}
CollectionTypeFlag collection_flag
Definition: TypeObject.h:2457

Member Function Documentation

◆ operator!=()

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

Definition at line 2471 of file TypeObject.h.

2472  {
2473  return !(*this == other);
2474  }

◆ operator==()

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

Definition at line 2466 of file TypeObject.h.

References collection_flag, element, header, and key.

2467  {
2468  return collection_flag == other.collection_flag && header == other.header && key == other.key && element == other.element;
2469  }
CollectionTypeFlag collection_flag
Definition: TypeObject.h:2457
MinimalCollectionHeader header
Definition: TypeObject.h:2458
sequence< octet > key
MinimalCollectionElement element
Definition: TypeObject.h:2460

Member Data Documentation

◆ collection_flag

CollectionTypeFlag OpenDDS::XTypes::MinimalMapType::collection_flag

◆ element

MinimalCollectionElement OpenDDS::XTypes::MinimalMapType::element

◆ header

MinimalCollectionHeader OpenDDS::XTypes::MinimalMapType::header

◆ key

MinimalCollectionElement OpenDDS::XTypes::MinimalMapType::key

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