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.

List of all members.

Constructors and Destructor

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

Access function.

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

Symbol comparison

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

Constructor & Destructor Documentation

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

Constructor.

Construct a symbol and add it to global symbol table.

Parameters:
pName Symbol name.
pRealm The 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:
pSymbol The symbol to be compared.
bool operator!= ( FbxSymbol const &  pSymbol ) const

Inequality operator.

Parameters:
pSymbol The symbol to be compared.

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