src/irrConsole/console.h File Reference
#include <iostream>
#include <map>
#include <wchar.h>
#include <irrlicht.h>
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
Go to the source code of this file.
Enumeration Type Documentation
an alignment enumeration for horizontal alignment
- Enumerator:
-
HAL_LEFT |
|
HAL_CENTER |
|
HAL_RIGHT |
center |
Definition at line 102 of file console.h.
an alignment enumeration for vertical alignment
- Enumerator:
-
VAL_TOP |
|
VAL_MIDDLE |
|
VAL_BOTTOM |
|
Definition at line 93 of file console.h.
Function Documentation
ostream& operator<< |
( |
ostream & |
os, |
|
|
const stringw & |
ws | |
|
) |
| | [inline] |
overloaded operator for inserting a wide string to the stl ostream
Definition at line 53 of file console.h.
ostream& operator<< |
( |
ostream & |
os, |
|
|
const stringc & |
s | |
|
) |
| | [inline] |
overloaded operator for inserting a ansi string to the stl ostream
Definition at line 46 of file console.h.