FbxSymbol Class Reference
         
    
#include <fbxsymbol.h>
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.
 | 
| unsigned int  | GetID () const  | 
|   | Get ID in global symbol table.  More...
  | 
|   | 
      
        
          | 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.  | 
  
   
 
 
      
        
          | 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: