VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtIntegerAttribute Class Reference

class DtIntegerAttribute:

Instances of DtIntegerAttribute represent and mapping between a DtString "key" and a piece of data (int) that collectively create an attribute.

Inheritance diagram for DtIntegerAttribute:
Inheritance graph
[legend]

Public Member Functions

 DtIntegerAttribute ()
 
 DtIntegerAttribute (const DtString &key, int data)
 
virtual ~DtIntegerAttribute ()
 
 DtIntegerAttribute (const DtIntegerAttribute &orig)
 
DtIntegerAttributeoperator= (const DtIntegerAttribute &orig)
 
bool operator== (const DtIntegerAttribute &rhs) const
 
const DtStringkey () const
 
DtStringkey ()
 
void setKey (const DtString &newKey)
 
int data () const
 
void setData (int newData)
 

Protected Attributes

DtString myKey
 
int myData
 

Constructor & Destructor Documentation

DtIntegerAttribute::DtIntegerAttribute ( )
DtIntegerAttribute::DtIntegerAttribute ( const DtString key,
int  data 
)
virtual DtIntegerAttribute::~DtIntegerAttribute ( )
virtual
DtIntegerAttribute::DtIntegerAttribute ( const DtIntegerAttribute orig)

Member Function Documentation

DtIntegerAttribute& DtIntegerAttribute::operator= ( const DtIntegerAttribute orig)
bool DtIntegerAttribute::operator== ( const DtIntegerAttribute rhs) const
const DtString& DtIntegerAttribute::key ( ) const
DtString& DtIntegerAttribute::key ( )
void DtIntegerAttribute::setKey ( const DtString newKey)
int DtIntegerAttribute::data ( ) const
void DtIntegerAttribute::setData ( int  newData)

Member Data Documentation

DtString DtIntegerAttribute::myKey
protected
int DtIntegerAttribute::myData
protected

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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)