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

#include <TypeObject.h>

Public Member Functions

 StringLTypeDefn ()
 
 StringLTypeDefn (const LBound a_bound)
 
bool operator< (const StringLTypeDefn &other) const
 

Public Attributes

LBound bound
 

Detailed Description

Definition at line 441 of file TypeObject.h.

Constructor & Destructor Documentation

◆ StringLTypeDefn() [1/2]

OpenDDS::XTypes::StringLTypeDefn::StringLTypeDefn ( )
inline

Definition at line 444 of file TypeObject.h.

445  : bound(0)
446  {}

◆ StringLTypeDefn() [2/2]

OpenDDS::XTypes::StringLTypeDefn::StringLTypeDefn ( const LBound  a_bound)
inlineexplicit

Definition at line 448 of file TypeObject.h.

449  : bound(a_bound)
450  {}

Member Function Documentation

◆ operator<()

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

Definition at line 452 of file TypeObject.h.

References bound.

453  {
454  return bound < other.bound;
455  }

Member Data Documentation

◆ bound

LBound OpenDDS::XTypes::StringLTypeDefn::bound

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