This reference page is linked to from the following overview topics: List of Python FBX classes.
Definition at line 373 of file kstringlist.h.
#include <kstringlist.h>

Public Member Functions |
|
|
Constructors
|
|
| KStringList () | |
| Default constructor. |
|
| KStringList (const KStringList &pOriginal) | |
| Copy constructor. |
|
|
Assignment Operators
|
|
| void | CopyFrom (const KStringList *pOriginal) |
| KStringList assignment function.
|
|
| KStringList & | operator= (const KStringList &pOriginal) |
| KStringList assignment operator.
|
|
| KStringList | ( | ) |
Default constructor.
| KStringList | ( | const KStringList & | pOriginal | ) |
Copy constructor.
| void CopyFrom | ( | const KStringList * | pOriginal | ) |
KStringList assignment function.
| KStringList& operator= | ( | const KStringList & | pOriginal | ) |
KStringList assignment operator.