|
TuttleOFX
1
|
type holder, for integers, used to template up int properties More...
#include <OfxhPropertyTemplate.hpp>
Public Types | |
| typedef int | APIType |
| C type of the property that is passed across the raw API. | |
| typedef int | APITypeConstless |
| C type of the property that is passed across the raw API, without any const it. | |
| typedef int | Type |
| Type we actually hold and deal with the propery in everything by the raw API. | |
| typedef int | ReturnType |
| type to return from a function call | |
Static Public Attributes | |
| static const EPropType | typeCode = ePropTypeInt |
| static int | kEmpty = 0 |
| type holder, for integers | |
type holder, for integers, used to template up int properties
Definition at line 40 of file OfxhPropertyTemplate.hpp.
C type of the property that is passed across the raw API.
Definition at line 42 of file OfxhPropertyTemplate.hpp.
C type of the property that is passed across the raw API, without any const it.
Definition at line 43 of file OfxhPropertyTemplate.hpp.
type to return from a function call
Definition at line 45 of file OfxhPropertyTemplate.hpp.
| typedef int tuttle::host::ofx::property::OfxhIntValue::Type |
Type we actually hold and deal with the propery in everything by the raw API.
Definition at line 44 of file OfxhPropertyTemplate.hpp.
int tuttle::host::ofx::property::OfxhIntValue::kEmpty = 0 [static] |
type holder, for integers
Definition at line 47 of file OfxhPropertyTemplate.hpp.
const EPropType tuttle::host::ofx::property::OfxhIntValue::typeCode = ePropTypeInt [static] |
Definition at line 46 of file OfxhPropertyTemplate.hpp.