Spinning Topp Logo BlackTopp Studios
inc
Namespaces | Functions
consolelogic.h File Reference

The definition of a few command line tools. More...

#include "datatypes.h"
#include "testdata.h"
+ 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...
 

Detailed Description

The definition of a few command line tools.

Definition in file consolelogic.h.