Pathfinder
|
This file declares all functionality related to toggling output. More...
#include <string>
Go to the source code of this file.
Namespaces | |
Pathfinder | |
Functions | |
void | Pathfinder::disableOutput () |
Prevents any output from being printed onto the terminal. More... | |
void | Pathfinder::enableOutput () |
Permits all output to be printed onto the terminal. More... | |
void | Pathfinder::disableLogging () |
Prevents the creation of log files. More... | |
void | Pathfinder::enableLogging () |
Permits the creation of log files. More... | |
void | Pathfinder::createLoggers (const std::string &dir) |
Create all logger objects used throughout the code. More... | |
void | Pathfinder::disableOBJ () |
Prevent any OBJ files from being created. More... | |
This file declares all functionality related to toggling output.