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

class DtIntegerAttribute: More...

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

Detailed Description

class DtIntegerAttribute:

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

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)

Reimplemented in DtRwIntegerAttribute.

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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)