44 #include "Input/metacode.h"
48 #include "quaternion.h"
49 #include "colourvalue.h"
260 converter << ToConvert;
261 return converter.str();
int32_t Int32
An 32-bit integer.
std::vector< String > StringVector
This is a simple datatype for a vector container of strings.
bool Boole
Generally acts a single bit, true or false.
int Integer
A datatype used to represent any integer close to.
uint8_t UInt8
An 8-bit unsigned integer.
This is a simple class for holding 4 reals representing the colour any give object or lightsource can...
std::stringstream StringStream
A Datatype used for streaming operations with strings.
float Real
A Datatype used to represent a real floating point number.
char Char8
A datatype to represent one character.
uint16_t UInt16
An 16-bit unsigned integer.
uint32_t UInt32
An 32-bit unsigned integer.
This is used to represent a point on a 2 dimentional area, such as a screen.
This file describes and implements a reference counted pointer that is NOT threadsafe.
int16_t Int16
An 16-bit integer.
This is used to represent a point in space, or a vector through space.
The bulk of the engine components go in this namspace.
unsigned long Whole
Whole is an unsigned integer, it will be at least 32bits in size.
This is used to store information about rotation in 3d space.
int8_t Int8
An 8-bit integer.
std::string String
A datatype used to a series of characters.