Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
struct | Exit |
often i need to print an error and exit. More... | |
Functions | |
template<typename T> bool | KeyExists (map< string, T > m, const string &key) |
tests if a key exists in a map array | |
bool | FileExist (const char *src) |
tests if a file exists - uses c functions because they are less verbose in this context | |
ostream & | operator<< (ostream &os, const Exit &e) |
|
tests if a file exists - uses c functions because they are less verbose in this context
|
|
tests if a key exists in a map array
|
|
|