|
HOPS
HOPS class reference
|
Functions | |
| constexpr const char * | file_basename (const char *str) |
| Returns the base name (file name without path) from a given string. More... | |
| constexpr const char * | r_slash (const char *str) |
| Checks if a string starts with '/', recursively. More... | |
| constexpr const char * | str_end (const char *str) |
| constexpr bool | str_slash (const char *str) |
| Checks if a string starts with '/'. Used for stripping path prefix from FILE. More... | |
|
constexpr |
Returns the base name (file name without path) from a given string.
| str | Input string containing file path and name. |
|
constexpr |
Checks if a string starts with '/', recursively.
| str | Input string to check. |
|
constexpr |
|
constexpr |
Checks if a string starts with '/'. Used for stripping path prefix from FILE.
| str | Input string to check |