CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Namespaces | |
catapult | |
catapult::utils | |
Functions | |
constexpr bool | catapult::utils::IsDirectorySeparator (char ch) |
Gets a value indicating whether or not ch is a directory separator. More... | |
constexpr const char * | catapult::utils::AdvanceToEnd (const char *str) |
Advances str to its end (the NUL terminator). More... | |
constexpr const char * | catapult::utils::ExtractFilename (const char *fullPath) |
constexpr const char * | catapult::utils::ExtractDirectoryAndFilename (const char *fullPath) |
constexpr RawString | catapult::utils::ExtractDirectoryName (const char *fullPath) |