TuttleOFX
1
|
type holder, for pointers, used to template up pointer properties More...
#include <OfxhPropertyTemplate.hpp>
Public Types | |
typedef void * | APIType |
typedef void * | APITypeConstless |
typedef void * | Type |
typedef void * | ReturnType |
type to return from a function call | |
Static Public Attributes | |
static const EPropType | typeCode = ePropTypePointer |
static void * | kEmpty = 0 |
type holder, for pointers, used to template up pointer properties
Definition at line 62 of file OfxhPropertyTemplate.hpp.
typedef void* tuttle::host::ofx::property::OfxhPointerValue::APIType |
Definition at line 64 of file OfxhPropertyTemplate.hpp.
Definition at line 65 of file OfxhPropertyTemplate.hpp.
type to return from a function call
Definition at line 67 of file OfxhPropertyTemplate.hpp.
typedef void* tuttle::host::ofx::property::OfxhPointerValue::Type |
Definition at line 66 of file OfxhPropertyTemplate.hpp.
void * tuttle::host::ofx::property::OfxhPointerValue::kEmpty = 0 [static] |
Definition at line 69 of file OfxhPropertyTemplate.hpp.
const EPropType tuttle::host::ofx::property::OfxhPointerValue::typeCode = ePropTypePointer [static] |
Definition at line 68 of file OfxhPropertyTemplate.hpp.