12#ifndef __WRAPPED_TYPE__
13#define __WRAPPED_TYPE__
52 wxString ReadAsString();
54 double ReadAsDouble();
57 void WriteToAsString(
const wxString & InStr);
58 void WriteToAsInt(
const int InInt);
59 void WriteToAsDouble(
const double InDouble);
60 void WriteToAsBool(
const bool InBool);
65 wxString *
const mpStr {};
67 double *
const mpDouble {};
68 bool *
const mpBool {};
A kind of Shuttle to exchange data with preferences e.g. the registry.
Used in type conversions, this wrapper for ints, strings, doubles and enums provides conversions betw...
WrappedType(wxString &InStr)
WrappedType(bool &InBool)
const teWrappedType eWrappedType
WrappedType(double &InDouble)