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 197 of file FS_IndexFile.h.
|
inline |
Definition at line 199 of file FS_IndexFile.h.
|
inline |
Definition at line 209 of file FS_IndexFile.h.
|
inline |
Definition at line 217 of file FS_IndexFile.h.
UT_StringHolder FS_IndexFile::ConversionFuncs::myBinFilePattern |
Definition at line 225 of file FS_IndexFile.h.
ConvertFunc FS_IndexFile::ConversionFuncs::myFromText |
Definition at line 224 of file FS_IndexFile.h.
UT_StringHolder FS_IndexFile::ConversionFuncs::myTextFilePattern |
Definition at line 226 of file FS_IndexFile.h.
ConvertFunc FS_IndexFile::ConversionFuncs::myToText |
Definition at line 223 of file FS_IndexFile.h.