#include <utils.h>
Static Public Member Functions | |
| static bool | setVerbose (const bool flag) |
| static void | vout (const char *s) |
| static void | vout (const string s) |
| static string | absPath (const char *path) |
| static void | setStripPath (const char *path) |
| static string | stripPath (const char *path) |
| bool utils::setVerbose | ( | const bool | flag | ) | [static] |
sets verbose output.
| [in] | flag |
| void utils::vout | ( | const char * | s | ) | [static] |
prints out s if verbose
| [in] | s |
| void utils::vout | ( | const string | s | ) | [static] |
| string utils::absPath | ( | const char * | path | ) | [static] |
build an absolut path from path)
| [in] | path | path |
| void utils::setStripPath | ( | const char * | path | ) | [static] |
sets path to strip from output.
| [in] | path | path |
| string utils::stripPath | ( | const char * | path | ) | [static] |
1.5.2