VTFLib/stdafx.h File Reference

Application framework header plus VTFLib custom data types. More...

#include <windows.h>
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <math.h>
#include <stdarg.h>

Include dependency graph for stdafx.h:

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


Defines

#define VTFLIB_API   __declspec(dllimport)
#define vlFalse   0
#define vlTrue   1
#define WIN32_LEAN_AND_MEAN

Typedefs

typedef unsigned char vlBool
 Boolean value 0/1.
typedef char vlChar
 Single signed character.
typedef unsigned char vlByte
 Single unsigned byte.
typedef signed short vlShort
 Signed short floating point value.
typedef unsigned short vlUShort
 Unsigned short floating point value.
typedef signed int vlInt
 Signed integer value.
typedef unsigned int vlUInt
 Unsigned integer value.
typedef signed long vlLong
 Signed long number.
typedef unsigned long vlULong
 Unsigned long number.
typedef float vlSingle
 Floating point number.
typedef double vlDouble
 Double number.
typedef void vlVoid
 Void value.
typedef unsigned __int8 vlUInt8
typedef unsigned __int16 vlUInt16
typedef unsigned __int32 vlUInt32
typedef unsigned __int64 vlUInt64
typedef vlSingle vlFloat
 Floating point number (same as vlSingled).

Detailed Description

Application framework header plus VTFLib custom data types.


Define Documentation

#define vlFalse   0

#define vlTrue   1

#define VTFLIB_API   __declspec(dllimport)

#define WIN32_LEAN_AND_MEAN


Typedef Documentation

typedef unsigned char vlBool

Boolean value 0/1.

typedef unsigned char vlByte

Single unsigned byte.

typedef char vlChar

Single signed character.

typedef double vlDouble

Double number.

typedef vlSingle vlFloat

Floating point number (same as vlSingled).

typedef signed int vlInt

Signed integer value.

typedef signed long vlLong

Signed long number.

typedef signed short vlShort

Signed short floating point value.

typedef float vlSingle

Floating point number.

typedef unsigned int vlUInt

Unsigned integer value.

typedef unsigned __int16 vlUInt16

typedef unsigned __int32 vlUInt32

typedef unsigned __int64 vlUInt64

typedef unsigned __int8 vlUInt8

typedef unsigned long vlULong

Unsigned long number.

typedef unsigned short vlUShort

Unsigned short floating point value.

typedef void vlVoid

Void value.


Generated on Fri Dec 28 23:26:22 2007 for VTFLib 1.2.7 by  doxygen 1.5.4