Gel2D - The free/open source game creation suite

Static Public Member Functions
gel::GelSysInfo Class Reference

Obtains system information. More...

#include <gelSystem.h>

List of all members.

Static Public Member Functions

static int numOfProcessors ()
 Returns the number of processors in the system.
static int processorType ()
 Returns the processor type.
static int totalMemory ()
 Returns the total amount of memory in bytes.
static int availableMemory ()
 Returns the amount of available memory in bytes.

Detailed Description

Obtains system information.


Member Function Documentation

static int gel::GelSysInfo::numOfProcessors ( ) [static]

Returns the number of processors in the system.

static int gel::GelSysInfo::processorType ( ) [static]

Returns the processor type.

static int gel::GelSysInfo::totalMemory ( ) [static]

Returns the total amount of memory in bytes.

On Windows, the value returned may not be correct.

static int gel::GelSysInfo::availableMemory ( ) [static]

Returns the amount of available memory in bytes.

On Windows, the value returned may not be correct.


The documentation for this class was generated from the following file: