|
HDK
|
#include <OP_OTLUtils.h>
Public Member Functions | |
| ConversionFuncs (ConvertSectionToTextFunc to_text=nullptr, ConvertSectionFromTextFunc from_text=nullptr, ConvertSectionToTextFuncEx to_text_ex=nullptr, ConvertSectionFromTextFuncEx from_text_ex=nullptr) | |
Static Public Member Functions | |
| static ConversionFuncs | CreateConversionFuncsEx (ConvertSectionToTextFuncEx to_text_ex=nullptr, ConvertSectionFromTextFuncEx from_text_ex=nullptr) |
Public Attributes | |
| ConvertSectionToTextFunc | myToText = nullptr |
| ConvertSectionFromTextFunc | myFromText = nullptr |
| ConvertSectionToTextFuncEx | myExToText = nullptr |
| ConvertSectionFromTextFuncEx | myExFromText = nullptr |
Definition at line 162 of file OP_OTLUtils.h.
|
inline |
Definition at line 170 of file OP_OTLUtils.h.
|
inlinestatic |
Definition at line 177 of file OP_OTLUtils.h.
| ConvertSectionFromTextFuncEx OP_OTLUtils::ConversionFuncs::myExFromText = nullptr |
Definition at line 167 of file OP_OTLUtils.h.
| ConvertSectionToTextFuncEx OP_OTLUtils::ConversionFuncs::myExToText = nullptr |
Definition at line 166 of file OP_OTLUtils.h.
| ConvertSectionFromTextFunc OP_OTLUtils::ConversionFuncs::myFromText = nullptr |
Definition at line 165 of file OP_OTLUtils.h.
| ConvertSectionToTextFunc OP_OTLUtils::ConversionFuncs::myToText = nullptr |
Definition at line 164 of file OP_OTLUtils.h.