Pathfinder
Namespaces | Functions
Output.h File Reference

This file declares all functionality related to toggling output. More...

#include <string>
Include dependency graph for Output.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This file declares all functionality related to toggling output.

Author
Jan-Luca Hansel