|
HDK
|
#include <FS_IndexFile.h>
Public Member Functions | |
| ConversionFuncs (const char *bin_file_pattern="", const char *text_file_pattern="", ConvertFunc to_text=nullptr, ConvertFunc from_text=nullptr) | |
| void | clear () |
| bool | isClear () const |
Public Attributes | |
| ConvertFunc | myToText |
| ConvertFunc | myFromText |
| UT_StringHolder | myBinFilePattern |
| UT_StringHolder | myTextFilePattern |
Definition at line 224 of file FS_IndexFile.h.
|
inline |
Definition at line 226 of file FS_IndexFile.h.
|
inline |
Definition at line 236 of file FS_IndexFile.h.
|
inline |
Definition at line 244 of file FS_IndexFile.h.
| UT_StringHolder FS_IndexFile::ConversionFuncs::myBinFilePattern |
Definition at line 252 of file FS_IndexFile.h.
| ConvertFunc FS_IndexFile::ConversionFuncs::myFromText |
Definition at line 251 of file FS_IndexFile.h.
| UT_StringHolder FS_IndexFile::ConversionFuncs::myTextFilePattern |
Definition at line 253 of file FS_IndexFile.h.
| ConvertFunc FS_IndexFile::ConversionFuncs::myToText |
Definition at line 250 of file FS_IndexFile.h.