C++ Utilities
5.10.5
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. | |
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... | |