TuttleOFX  1
tuttle::host::ofx::property::OfxhIntValue Struct Reference

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

Detailed Description

type holder, for integers, used to template up int properties

Definition at line 40 of file OfxhPropertyTemplate.hpp.


Member Typedef Documentation

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.

Type we actually hold and deal with the propery in everything by the raw API.

Definition at line 44 of file OfxhPropertyTemplate.hpp.


Field Documentation

type holder, for integers

Definition at line 47 of file OfxhPropertyTemplate.hpp.

Definition at line 46 of file OfxhPropertyTemplate.hpp.


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