Main Page   Modules   Alphabetical List   Data Structures   Data Fields  

Integer Types
[Fundamental Types]


Typedefs

typedef signed char RwInt8
typedef unsigned char RwUInt8
typedef char RwChar
typedef short RwInt16
typedef unsigned short RwUInt16
typedef int RwInt32
typedef unsigned int RwUInt32
typedef _RwInt64 RwInt64
typedef _RwUInt64 RwUInt64
typedef _RwInt128 RwInt128
typedef _RwUInt128 RwUInt128
typedef RwInt32 RwBool

Detailed Description

Integer Types

Integer Types

RenderWare supports a number of integer types:

RwInt8 8-bit signed integer.

These types should be used in applications in preference to the underlying native types.

The following constants indicate the maximum and minimum values possible for the various RenderWare integer types:

See also:
RwReal

Typedef Documentation

RwBool
 

Boolean type.

See also:
Integer Types

RwChar
 

Character type.

See also:
Integer Types

RwInt128
 

Signed 128 bit integer type.

See also:
Integer Types

RwInt16
 

Signed 16 bit integer type.

See also:
Integer Types

RwInt32
 

Signed 32 bit integer type.

See also:
Integer Types

RwInt64
 

Signed 64 bit integer type.

See also:
Integer Types

RwInt8
 

Signed 8 bit integer type.

See also:
Integer Types

RwUInt128
 

Unsigned 128 bit integer type.

See also:
Integer Types

RwUInt16
 

Unsigned 16 bit integer type.

See also:
Integer Types

RwUInt32
 

Unsigned 32 bit integer type.

See also:
Integer Types

RwUInt64
 

Unsigned 64 bit integer type.

See also:
Integer Types

RwUInt8
 

Unsigned 8bit integer type.

See also:
Integer Types


Criterion Software © 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:46:51 2004. Send Feedback