The definition of a few command line tools. More...
Include dependency graph for consolelogic.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| Mezzanine | |
| The bulk of the engine components go in this namspace. | |
| Mezzanine::Testing | |
| This contains all the items (except the tests themselves) that make the unit tests work. | |
Functions | |
| String | Mezzanine::Testing::GetCommandResults (String Command) |
| Execute a command in a process, piping its standard output to a file. More... | |
| TestResult | Mezzanine::Testing::GetTestAnswerFromStdin (Mezzanine::String Question, Boole FailStatusOnIncorrect=true) |
| Asked the user a question on the std output and get a TestResult as an answer. More... | |
| void | Mezzanine::Testing::sleep_for (UInt32 MicroSeconds) |
| Sleeps the current thread for an amount of microseconds. More... | |
| int | Mezzanine::Testing::Usage (Mezzanine::String ThisName, CoreTestGroup &TestGroups) |
| Print a message for the user onf the standard output that briefly describes hwo to use this. More... | |
The definition of a few command line tools.
Definition in file consolelogic.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.