TuttleOFX
1
|
type holder, for strings, used to template up string properties More...
#include <OfxhPropertyTemplate.hpp>
Public Types | |
typedef const char * | APIType |
typedef char * | APITypeConstless |
typedef std::string | Type |
typedef const std::string & | ReturnType |
type to return from a function call | |
Static Public Attributes | |
static const EPropType | typeCode = ePropTypeString |
static std::string | kEmpty |
type holder, for strings, used to template up string properties
Definition at line 73 of file OfxhPropertyTemplate.hpp.
typedef const char* tuttle::host::ofx::property::OfxhStringValue::APIType |
Definition at line 75 of file OfxhPropertyTemplate.hpp.
Definition at line 76 of file OfxhPropertyTemplate.hpp.
typedef const std::string& tuttle::host::ofx::property::OfxhStringValue::ReturnType |
type to return from a function call
Definition at line 78 of file OfxhPropertyTemplate.hpp.
typedef std::string tuttle::host::ofx::property::OfxhStringValue::Type |
Definition at line 77 of file OfxhPropertyTemplate.hpp.
std::string tuttle::host::ofx::property::OfxhStringValue::kEmpty [static] |
Definition at line 80 of file OfxhPropertyTemplate.hpp.
Referenced by tuttle::host::ofx::property::OfxhGetHook::getStringProperty().
const EPropType tuttle::host::ofx::property::OfxhStringValue::typeCode = ePropTypeString [static] |
Definition at line 79 of file OfxhPropertyTemplate.hpp.