|
C++ Utilities
5.10.3
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Go to the source code of this file.
Namespaces | |
| CppUtilities | |
| Contains all utilities provides by the c++utilities library. | |
Macros | |
| #define | PATH_SEP_CHAR '/' |
| #define | SEARCH_PATH_SEP_CHAR ':' |
| #define | PATH_SEP_STR "/" |
| #define | SEARCH_PATH_SEP_STR ":" |
Functions | |
| CPP_UTILITIES_EXPORT std::string | CppUtilities::fileName (const string &path) |
| Returns the file name and extension of the specified path string. More... | |
| CPP_UTILITIES_EXPORT std::string | CppUtilities::directory (const string &path) |
| Returns the directory of the specified path string (including trailing slash). More... | |
| CPP_UTILITIES_EXPORT void | CppUtilities::removeInvalidChars (std::string &fileName) |
| Removes invalid characters from the specified fileName. More... | |