|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <ColorConsoleOutputImp.h>
Public Member Functions | |
| void | makeSimulationHeadOutput (std::shared_ptr< SimulationInfo > simInfo) |
| void | makeTestOutput (std::vector< std::string > testOutput, TestStatus status) |
| void | makeFinalTestOutputHead (int numberOfTests, int numberOfExecutedTest, int numberOfPassedTest, int numberOfFailedTest, int numberOfErrorTest, int numberOfNotExecutedTest) |
| void | makeFinalTestOutputFoot (int numberOfTests, int numberOfExecutedTest, int numberOfPassedTest, int numberOfFailedTest, int numberOfErrorTest, int numberOfNotExecutedTest) |
Public Member Functions inherited from ColorConsoleOutput | |
| virtual | ~ColorConsoleOutput ()=default |
Static Public Member Functions | |
| static std::shared_ptr< ColorConsoleOutput > | getInstance () |
Definition at line 42 of file ColorConsoleOutputImp.h.