FDO API Reference Feature Data Objects

FdoTypes.h File Reference

#include <stdint.h>

Include dependency graph for FdoTypes.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  FdoDateTime
 FdoDateTime is used to store dates, times, or both. After constructing the class you determine which portion has been specified. The data members are public so they can be accessed directly. No range checking is performed.
Parameters:
year Year in the range of 1 to 9999
month Month in the range of 1 to 12 inclusive (January = 1)
day Day of the month in the range of 1 to 31 inclusive
hour Hour since midnight in the range of 0 to 23
minute Minutes after hour in the range of 0 to 59
seconds Seconds after minute in the range of 0 to 59.9999999
. More...

Typedefs

typedef bool FdoBoolean
 FdoBoolean is used to store a boolean (true/false) value.
typedef unsigned char FdoByte
 FdoByte is used to store a single byte of data.
typedef wchar_t FdoCharacter
 FdoCharacter is used to store a wide character.
typedef double FdoDouble
 FdoDouble is used to store a double precision floating point number.
typedef float FdoFloat
 FdoFloat is used to store a single precision floating point number.
typedef size_t FdoSize
 FdoSize is used to store a size value (e.g. number of elements in an array).
typedef const wchar_t FdoString
 FdoString is used to store a constant wide character. Variables declared as FdoString* point to constant wide character strings.
typedef void FdoVoid
 FdoVoid is used to reference a void (type undetermined).

Comments or suggestions? Send us feedback.