This reference page is linked to from the following overview topics: List of Python Fbx classes.
#include <fbxstringlist.h>
Array that stores pairs of FbxString and a pointer.
Definition at line 338 of file fbxstringlist.h.
Public Member Functions |
|
|
Constructors
|
|
| FbxStringList () | |
| Default constructor. |
|
| FbxStringList (const FbxStringList &pOriginal) | |
| Copy constructor. |
|
|
Assignment Operators
|
|
| void | CopyFrom (const FbxStringList *pOriginal) |
| FbxStringList
assignment function. |
|
| FbxStringList & | operator= (const FbxStringList &pOriginal) |
| FbxStringList
assignment operator. |
|
| FbxStringList | ( | ) |
Default constructor.
| FbxStringList | ( | const FbxStringList & | pOriginal | ) |
Copy constructor.
| void CopyFrom | ( | const FbxStringList * | pOriginal | ) |
FbxStringList assignment function.
| FbxStringList& operator= | ( | const FbxStringList & | pOriginal | ) |
FbxStringList assignment operator.