![]() |
Simulant
21.12-553
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
|
Public Member Functions | |
Path (const char *path) | |
Path (const std::string &path) | |
Path | parent () const |
std::string | str () const |
std::string | ext () const |
Path | replace_ext (const std::string &new_ext) const |
bool | operator== (const Path &p) const |
bool | operator< (const Path &p) const |
bool | operator!= (const Path &p) const |