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

#include <TypeObject.h>

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

Public Member Functions

 TypeIdentifierTypeObjectPair ()
 
 TypeIdentifierTypeObjectPair (const TypeIdentifier &ti, const TypeObject &to)
 
bool operator== (const TypeIdentifierTypeObjectPair &other) const
 
bool operator!= (const TypeIdentifierTypeObjectPair &other) const
 

Public Attributes

TypeIdentifier type_identifier
 
TypeObject type_object
 

Detailed Description

Definition at line 3285 of file TypeObject.h.

Constructor & Destructor Documentation

◆ TypeIdentifierTypeObjectPair() [1/2]

OpenDDS::XTypes::TypeIdentifierTypeObjectPair::TypeIdentifierTypeObjectPair ( )
inline

Definition at line 3289 of file TypeObject.h.

3289 {}

◆ TypeIdentifierTypeObjectPair() [2/2]

OpenDDS::XTypes::TypeIdentifierTypeObjectPair::TypeIdentifierTypeObjectPair ( const TypeIdentifier ti,
const TypeObject to 
)
inline

Definition at line 3291 of file TypeObject.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 3301 of file TypeObject.h.

3302  {
3303  return !(*this == other);
3304  }

◆ operator==()

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

Definition at line 3296 of file TypeObject.h.

References type_identifier, and type_object.

3297  {
3298  return type_identifier == other.type_identifier && type_object == other.type_object;
3299  }

Member Data Documentation

◆ type_identifier

TypeIdentifier OpenDDS::XTypes::TypeIdentifierTypeObjectPair::type_identifier

◆ type_object

TypeObject OpenDDS::XTypes::TypeIdentifierTypeObjectPair::type_object

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