FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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()

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()

~FbxSymbol ( )

Destructor.

Member Function Documentation

◆ GetID()

unsigned int GetID ( ) const

Get ID in global symbol table.

Returns
Symbol ID in global symbol table.

◆ operator==()

bool operator== ( FbxSymbol const &  pSymbol) const

Equality operator.

Parameters
pSymbolThe symbol to be compared.

◆ operator!=()

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: