FbxSymbol Class Reference

FbxSymbol Class Reference

#include <fbxsymbol.h>

Class Description

Defines a symbol string.

A symbol string is a string that is unique and stored in a global symbol table.

Definition at line 25 of file fbxsymbol.h.

Constructors and Destructor

 FbxSymbol (const char *pName, const char *pRealm)
 Constructor. More...
 
 ~FbxSymbol ()
 Destructor. More...
 

Access function.

unsigned int GetID () const
 Get ID in global symbol table. More...
 

Symbol comparison

bool operator== (FbxSymbol const &pSymbol) const
 Equality operator. More...
 
bool operator!= (FbxSymbol const &pSymbol) const
 Inequality operator. More...
 

Constructor & Destructor Documentation

FbxSymbol ( const char *  pName,
const char *  pRealm 
)

Constructor.

Construct a symbol and add it to global symbol table.

Parameters
pNameSymbol name.
pRealmThe real value for this symbol.
~FbxSymbol ( )

Destructor.

Member Function Documentation

unsigned int GetID ( ) const

Get ID in global symbol table.

Returns
Symbol ID in global symbol table.
bool operator== ( FbxSymbol const &  pSymbol) const

Equality operator.

Parameters
pSymbolThe symbol to be compared.
bool operator!= ( FbxSymbol const &  pSymbol) const

Inequality operator.

Parameters
pSymbolThe symbol to be compared.

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