FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxObjectStringMap Class Reference

#include <fbxmap.h>

Class Description

A class that maps strings to objects with a basic string comparator.

Definition at line 366 of file fbxmap.h.

+ Inheritance diagram for FbxObjectStringMap:

Public Member Functions

 FbxObjectStringMap ()
 Constructor. More...
 
- Public Member Functions inherited from FbxObjectMap< FbxString, FbxStringCompare >
 FbxObjectMap ()
 Constructor. More...
 
FbxObjectGet (typename FbxSimpleMap< FbxString, FbxObject *, FbxStringCompare >::Iterator pIterator)
 Get the object contained in an element. More...
 
- Public Member Functions inherited from FbxSimpleMap< FbxString, FbxObject *, FbxStringCompare >
void Add (const FbxString &pKey, const FbxObject * &pValue)
 Add a key-value pair as an element. More...
 
Iterator Find (const FbxString &pKey) const
 Find an element with a given key. More...
 
Iterator Find (const FbxObject * &pValue) const
 Find an element with a given value. More...
 
void Remove (Iterator pIterator)
 Remove an element from the map. More...
 
Iterator GetFirst () const
 Get the first element. More...
 
Iterator GetNext (Iterator pIterator) const
 Get the next element of a given element. More...
 
void Clear ()
 Remove all of the elements. More...
 
void Reserve (int pSize)
 Reserve the space for given number elements. More...
 
int GetCount () const
 Query the count of elements in the map. More...
 

Additional Inherited Members

- Public Types inherited from FbxSimpleMap< FbxString, FbxObject *, FbxStringCompare >
typedef FbxMap< FbxString, FbxObject *, FbxStringCompare >::RecordType * Iterator
 

Constructor & Destructor Documentation

◆ FbxObjectStringMap()

FbxObjectStringMap ( )
inline

Constructor.

Definition at line 370 of file fbxmap.h.

370 {}

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