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 191 of file FS_IndexFile.h.
|
inline |
Definition at line 193 of file FS_IndexFile.h.
|
inline |
Definition at line 203 of file FS_IndexFile.h.
|
inline |
Definition at line 211 of file FS_IndexFile.h.
UT_StringHolder FS_IndexFile::ConversionFuncs::myBinFilePattern |
Definition at line 219 of file FS_IndexFile.h.
ConvertFunc FS_IndexFile::ConversionFuncs::myFromText |
Definition at line 218 of file FS_IndexFile.h.
UT_StringHolder FS_IndexFile::ConversionFuncs::myTextFilePattern |
Definition at line 220 of file FS_IndexFile.h.
ConvertFunc FS_IndexFile::ConversionFuncs::myToText |
Definition at line 217 of file FS_IndexFile.h.