VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes | Protected Attributes

Basically a struct with a destructor, a string tree is a collection of indexed strings used to hold more complex attributes or parameters. More...

+ Collaboration diagram for DtStringTree:

Public Member Functions

 DtStringTree ()
 Default Constructor. More...
 
virtual ~DtStringTree ()
 Destructor. More...
 
 DtStringTree (const DtStringTree &orig)
 Copy Constructor. More...
 
DtStringTreeoperator= (const DtStringTree &rhs)
 Assignment Operator. More...
 
virtual void appendToArray (DtStringTree *backTree)
 Place a string tree in the tail of this string tree. More...
 
virtual const DtStringTreefindKey (const DtString &key) const
 Go through the tree to find a specific key. More...
 
void setValue (DtString newValue)
 Accessors. More...
 
const DtStringvalue () const
 
void setKey (DtString newValue)
 
const DtStringkey () const
 
void setDatatype (DtString newValue)
 
const DtStringdatatype () const
 
void setOffset (unsigned int newValue)
 
unsigned int offset () const
 

Public Attributes

DtStringTreemyNext
 The next items in the tree. More...
 
DtStringTreemyChild
 
DtStringTreemyArray
 

Protected Attributes

DtString myValue
 
DtString myKey
 
DtString myDatatype
 
unsigned int myOffset
 

Detailed Description

Basically a struct with a destructor, a string tree is a collection of indexed strings used to hold more complex attributes or parameters.

Constructor & Destructor Documentation

DtStringTree::DtStringTree ( )

Default Constructor.

virtual DtStringTree::~DtStringTree ( )
virtual

Destructor.

DtStringTree::DtStringTree ( const DtStringTree orig)

Copy Constructor.

Member Function Documentation

virtual void DtStringTree::appendToArray ( DtStringTree backTree)
virtual

Place a string tree in the tail of this string tree.

const DtString& DtStringTree::datatype ( ) const
inline
virtual const DtStringTree* DtStringTree::findKey ( const DtString key) const
virtual

Go through the tree to find a specific key.

const DtString& DtStringTree::key ( ) const
inline
unsigned int DtStringTree::offset ( ) const
inline
DtStringTree& DtStringTree::operator= ( const DtStringTree rhs)

Assignment Operator.

void DtStringTree::setDatatype ( DtString  newValue)
inline
void DtStringTree::setKey ( DtString  newValue)
inline
void DtStringTree::setOffset ( unsigned int  newValue)
inline
void DtStringTree::setValue ( DtString  newValue)
inline

Accessors.

const DtString& DtStringTree::value ( ) const
inline

Member Data Documentation

DtStringTree* DtStringTree::myArray
DtStringTree* DtStringTree::myChild
DtString DtStringTree::myDatatype
protected
DtString DtStringTree::myKey
protected
DtStringTree* DtStringTree::myNext

The next items in the tree.

unsigned int DtStringTree::myOffset
protected
DtString DtStringTree::myValue
protected

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

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)