GLG Toolkit, C / C++ API Library  Version 4.5
Primitive Types

Detailed Description

Typedefs

typedef void * GlgAnyType
 Data type that can hold either an integer value or a pointer. More...
 
typedef PlatformDependent GlgBoolean
 Boolean data type. More...
 
typedef PlatformDependent GlgIntervalID
 Timer ID. More...
 
typedef PlatformDependent GlgLong
 Integer data type, can hold a pointer. More...
 
typedef PlatformDependent GlgULong
 Unsigned integer data type, can hold a pointer. More...
 

Typedef Documentation

◆ GlgAnyType

typedef void* GlgAnyType

Data type that can hold either an integer value or a pointer.

◆ GlgBoolean

typedef PlatformDependent GlgBoolean

Boolean data type.

◆ GlgIntervalID

typedef PlatformDependent GlgIntervalID

Timer ID.

◆ GlgLong

typedef PlatformDependent GlgLong

Integer data type, can hold a pointer.

◆ GlgULong

typedef PlatformDependent GlgULong

Unsigned integer data type, can hold a pointer.