theCore C++ embedded framework
|
Abstract path handle. More...
#include </home/travis/build/forGGe/theCore/lib/fs/export/ecl/fs/path.hpp>
Public Member Functions | |
virtual const char * | get_path () const =0 |
Gets path string. More... | |
virtual | ~path_handle () |
Destroys path string. More... | |
Abstract path handle.
|
inlinevirtual |
Destroys path string.
|
pure virtual |
Gets path string.
Implemented in ecl::fs::path_erased< Alloc >.