torque Torque Game Engine Documentation
CVS Revision Label 1.3.x

typesWin32.h File Reference


Data Structures

struct  FileTime
 Platform dependent file date-time structure. More...

Defines

#define NULL   0
#define PLATFORM_LITTLE_ENDIAN
 Signals this platfrom is Little Endian.
#define FN_CDECL   __cdecl
 Calling convention.
#define __EQUAL_CONST_F   F32(0.000001)
 Constant float epsilon used for F32 comparisons.

Typedefs

typedef signed char S8
 Compiler independent Signed Char.
typedef unsigned char U8
 Compiler independent Unsigned Char.
typedef signed short S16
 Compiler independent Signed 16-bit short.
typedef unsigned short U16
 Compiler independent Unsigned 16-bit short.
typedef signed int S32
 Compiler independent Signed 32-bit integer.
typedef unsigned int U32
 Compiler independent Unsigned 32-bit integer.
typedef signed long long S64
 Compiler independent Signed 64-bit integer.
typedef unsigned long long U64
 Compiler independent Unsigned 64-bit integer.
typedef float F32
 Compiler independent 32-bit float.
typedef double F64
 Compiler independent 64-bit float.
typedef unsigned int dsize_t
typedef const char * StringTableEntry

Variables

static const F32 Float_One = F32(1.0)
 Constant float 1.0.
static const F32 Float_Half = F32(0.5)
 Constant float 0.5.
static const F32 Float_Zero = F32(0.0)
 Constant float 0.0.
static const F32 Float_Pi = F32(3.14159265358979323846)
 Constant float PI.
static const F32 Float_2Pi = F32(2.0 * 3.14159265358979323846)
 Constant float 2*PI.
static const S8 S8_MIN = S8(-128)
 Constant Min Limit S8.
static const S8 S8_MAX = S8(127)
 Constant Max Limit S8.
static const U8 U8_MAX = U8(255)
 Constant Max Limit U8.
static const S16 S16_MIN = S16(-32768)
 Constant Min Limit S16.
static const S16 S16_MAX = S16(32767)
 Constant Max Limit S16.
static const U16 U16_MAX = U16(65535)
 Constant Max Limit U16.
static const S32 S32_MIN = S32(-2147483647 - 1)
 Constant Min Limit S32.
static const S32 S32_MAX = S32(2147483647)
 Constant Max Limit S32.
static const U32 U32_MAX = U32(0xffffffff)
 Constant Max Limit U32.
static const F32 F32_MIN = F32(1.175494351e-38F)
 Constant Min Limit F32.
static const F32 F32_MAX = F32(3.402823466e+38F)
 Constant Max Limit F32.


Define Documentation

#define NULL   0
 

#define PLATFORM_LITTLE_ENDIAN
 

Signals this platfrom is Little Endian.

#define FN_CDECL   __cdecl
 

Calling convention.

#define __EQUAL_CONST_F   F32(0.000001)
 

Constant float epsilon used for F32 comparisons.


Typedef Documentation

typedef signed char S8
 

Compiler independent Signed Char.

typedef unsigned char U8
 

Compiler independent Unsigned Char.

typedef signed short S16
 

Compiler independent Signed 16-bit short.

typedef unsigned short U16
 

Compiler independent Unsigned 16-bit short.

typedef signed int S32
 

Compiler independent Signed 32-bit integer.

typedef unsigned int U32
 

Compiler independent Unsigned 32-bit integer.

typedef signed long long S64
 

Compiler independent Signed 64-bit integer.

typedef unsigned long long U64
 

Compiler independent Unsigned 64-bit integer.

typedef float F32
 

Compiler independent 32-bit float.

typedef double F64
 

Compiler independent 64-bit float.

typedef unsigned int dsize_t
 

typedef const char* StringTableEntry
 


Variable Documentation

const F32 Float_One = F32(1.0) [static]
 

Constant float 1.0.

const F32 Float_Half = F32(0.5) [static]
 

Constant float 0.5.

const F32 Float_Zero = F32(0.0) [static]
 

Constant float 0.0.

const F32 Float_Pi = F32(3.14159265358979323846) [static]
 

Constant float PI.

const F32 Float_2Pi = F32(2.0 * 3.14159265358979323846) [static]
 

Constant float 2*PI.

const S8 S8_MIN = S8(-128) [static]
 

Constant Min Limit S8.

const S8 S8_MAX = S8(127) [static]
 

Constant Max Limit S8.

const U8 U8_MAX = U8(255) [static]
 

Constant Max Limit U8.

const S16 S16_MIN = S16(-32768) [static]
 

Constant Min Limit S16.

const S16 S16_MAX = S16(32767) [static]
 

Constant Max Limit S16.

const U16 U16_MAX = U16(65535) [static]
 

Constant Max Limit U16.

const S32 S32_MIN = S32(-2147483647 - 1) [static]
 

Constant Min Limit S32.

const S32 S32_MAX = S32(2147483647) [static]
 

Constant Max Limit S32.

const U32 U32_MAX = U32(0xffffffff) [static]
 

Constant Max Limit U32.

const F32 F32_MIN = F32(1.175494351e-38F) [static]
 

Constant Min Limit F32.

const F32 F32_MAX = F32(3.402823466e+38F) [static]
 

Constant Max Limit F32.




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen