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

#include <TypeObject.h>

Public Member Functions

 StringSTypeDefn ()
 
 StringSTypeDefn (const SBound a_bound)
 
bool operator< (const StringSTypeDefn &other) const
 

Public Attributes

SBound bound
 

Detailed Description

Definition at line 423 of file TypeObject.h.

Constructor & Destructor Documentation

◆ StringSTypeDefn() [1/2]

OpenDDS::XTypes::StringSTypeDefn::StringSTypeDefn ( )
inline

Definition at line 426 of file TypeObject.h.

427  : bound(0)
428  {}

◆ StringSTypeDefn() [2/2]

OpenDDS::XTypes::StringSTypeDefn::StringSTypeDefn ( const SBound  a_bound)
inlineexplicit

Definition at line 430 of file TypeObject.h.

431  : bound(a_bound)
432  {}

Member Function Documentation

◆ operator<()

bool OpenDDS::XTypes::StringSTypeDefn::operator< ( const StringSTypeDefn other) const
inline

Definition at line 434 of file TypeObject.h.

References bound.

435  {
436  return bound < other.bound;
437  }

Member Data Documentation

◆ bound

SBound OpenDDS::XTypes::StringSTypeDefn::bound

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