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

#include <TypeObject.h>

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

Public Member Functions

 CommonArrayHeader ()
 
 CommonArrayHeader (const LBoundSeq &a_bound_seq)
 
bool operator== (const CommonArrayHeader &other) const
 
bool operator!= (const CommonArrayHeader &other) const
 

Public Attributes

LBoundSeq bound_seq
 

Detailed Description

Definition at line 2312 of file TypeObject.h.

Constructor & Destructor Documentation

◆ CommonArrayHeader() [1/2]

OpenDDS::XTypes::CommonArrayHeader::CommonArrayHeader ( )
inline

Definition at line 2315 of file TypeObject.h.

2315 {}

◆ CommonArrayHeader() [2/2]

OpenDDS::XTypes::CommonArrayHeader::CommonArrayHeader ( const LBoundSeq a_bound_seq)
inlineexplicit

Definition at line 2317 of file TypeObject.h.

2318  : bound_seq(a_bound_seq) {}

Member Function Documentation

◆ operator!=()

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

Definition at line 2325 of file TypeObject.h.

2326  {
2327  return !(*this == other);
2328  }

◆ operator==()

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

Definition at line 2320 of file TypeObject.h.

References bound_seq.

2321  {
2322  return bound_seq == other.bound_seq;
2323  }

Member Data Documentation

◆ bound_seq

LBoundSeq OpenDDS::XTypes::CommonArrayHeader::bound_seq

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