AssetEnumerator Class Reference
[Core]
Public Member Functions | |
| AssetEnumerator (const Filename &path) | |
| AssetEnumerator (const StringId &path) | |
| AssetEnumerator (const char *path) | |
| ~AssetEnumerator () | |
| AssetEnumerator (const AssetEnumerator &assetEnumerator) | |
| const AssetEnumerator & | operator= (const AssetEnumerator &assetEnumerator) |
| int | GetAssetCount () |
| const char * | GetAssetFilename (int index) |
| int | GetSubdirectoryCount () |
| const char * | GetSubdirectoryName (int index) |
Detailed Description
Definition at line 22 of file AssetEnumerator.h.
Constructor & Destructor Documentation
| AssetEnumerator::AssetEnumerator | ( | const Filename & | path | ) |
Constructor
Definition at line 16 of file AssetEnumerator.cpp.
| AssetEnumerator::AssetEnumerator | ( | const StringId & | path | ) |
Definition at line 28 of file AssetEnumerator.cpp.
| AssetEnumerator::AssetEnumerator | ( | const char * | path | ) |
Definition at line 41 of file AssetEnumerator.cpp.
| AssetEnumerator::~AssetEnumerator | ( | ) |
Destructor
Definition at line 77 of file AssetEnumerator.cpp.
| AssetEnumerator::AssetEnumerator | ( | const AssetEnumerator & | assetEnumerator | ) |
Copy Constructor
Definition at line 92 of file AssetEnumerator.cpp.
Member Function Documentation
| const AssetEnumerator & AssetEnumerator::operator= | ( | const AssetEnumerator & | assetEnumerator | ) |
Copy Operator
Definition at line 107 of file AssetEnumerator.cpp.
| int AssetEnumerator::GetAssetCount | ( | ) |
Definition at line 128 of file AssetEnumerator.cpp.
| const char * AssetEnumerator::GetAssetFilename | ( | int | index | ) |
Definition at line 146 of file AssetEnumerator.cpp.
| int AssetEnumerator::GetSubdirectoryCount | ( | ) |
Definition at line 176 of file AssetEnumerator.cpp.
| const char * AssetEnumerator::GetSubdirectoryName | ( | int | index | ) |
Definition at line 194 of file AssetEnumerator.cpp.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
