Console::ConStream Class Reference
An input stream to the console.
More...
#include <Application/Console.h>
List of all members.
Detailed Description
An input stream to the console.
The following types can be passed to the ConStream using the overloaded '<<' operator:
- const char * (NULL terminated cstring)
std::string
- float
- int
- unsigned int
- byte
The documentation for this class was generated from the following files: