![]() |
ChimeraTK-DeviceAccess 03.25.00
|
#include <string>
Include dependency graph for parserUtilities.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | ChimeraTK |
| namespace | ChimeraTK::parserUtilities |
Functions | |
| std::string | ChimeraTK::parserUtilities::getCurrentWorkingDirectory () |
| Returns absolute path to current working directory. The returned path ends with a forward slash. | |
| std::string | ChimeraTK::parserUtilities::convertToAbsolutePath (std::string const &relativePath) |
| Converts a relative path to its absolute path. | |
| std::string | ChimeraTK::parserUtilities::extractDirectory (std::string const &path) |
| Returns the path to the directory containing the file provided as the input parameter. | |
| std::string | ChimeraTK::parserUtilities::extractFileName (std::string const &path) |
| Extract the string after the last '/' in a path. Returned substring does not include the '/' character. | |
| std::string | ChimeraTK::parserUtilities::concatenatePaths (const std::string &path1, const std::string &path2) |
| Concatenates two given paths using custom rules. | |