HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FS_IndexFile::ConversionFuncs Struct Reference

#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
 

Detailed Description

Definition at line 197 of file FS_IndexFile.h.

Constructor & Destructor Documentation

FS_IndexFile::ConversionFuncs::ConversionFuncs ( const char *  bin_file_pattern = "",
const char *  text_file_pattern = "",
ConvertFunc  to_text = nullptr,
ConvertFunc  from_text = nullptr 
)
inline

Definition at line 199 of file FS_IndexFile.h.

Member Function Documentation

void FS_IndexFile::ConversionFuncs::clear ( )
inline

Definition at line 209 of file FS_IndexFile.h.

bool FS_IndexFile::ConversionFuncs::isClear ( ) const
inline

Definition at line 217 of file FS_IndexFile.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: