gramods
Classes | Functions
gramods::gmCore::detail Namespace Reference

TODO: replace with std::filesystem::path(FILE).filename() when this is supported by mainstream GCC (version > 8.0) More...

Classes

struct  basename_impl
 

Functions

constexpr bool is_path_sep (char c)
 
constexpr const char * strip_path (const char *path)
 
std::ostream & operator<< (std::ostream &os, const basename_impl &bi)
 
std::string to_string (const basename_impl &bi)
 
constexpr const char * last_dot_of (const char *p)
 

Detailed Description

TODO: replace with std::filesystem::path(FILE).filename() when this is supported by mainstream GCC (version > 8.0)

Local functions for string handling.