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

#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
 

Detailed Description

Definition at line 162 of file OP_OTLUtils.h.

Constructor & Destructor Documentation

OP_OTLUtils::ConversionFuncs::ConversionFuncs ( ConvertSectionToTextFunc  to_text = nullptr,
ConvertSectionFromTextFunc  from_text = nullptr,
ConvertSectionToTextFuncEx  to_text_ex = nullptr,
ConvertSectionFromTextFuncEx  from_text_ex = nullptr 
)
inline

Definition at line 170 of file OP_OTLUtils.h.

Member Function Documentation

static ConversionFuncs OP_OTLUtils::ConversionFuncs::CreateConversionFuncsEx ( ConvertSectionToTextFuncEx  to_text_ex = nullptr,
ConvertSectionFromTextFuncEx  from_text_ex = nullptr 
)
inlinestatic

Definition at line 177 of file OP_OTLUtils.h.

Member Data Documentation

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.


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