|
theCore C++ embedded framework
|
Holds path and manages its deallocation. More...
#include </home/travis/build/forGGe/theCore/lib/fs/export/ecl/fs/path.hpp>


Public Member Functions | |
| path_erased (const char *path, size_t alloc_sz, const Alloc &alloc) | |
| Owns given path, allocated by given allocator. More... | |
| virtual | ~path_erased () |
| Destroys path. More... | |
| virtual const char * | get_path () const override |
| Gets path string. More... | |
| path_erased & | operator= (path_erased &)=delete |
| path_erased (const path_erased &)=delete | |
Public Member Functions inherited from ecl::fs::path_handle | |
| virtual | ~path_handle () |
| Destroys path string. More... | |
Holds path and manages its deallocation.
|
delete |
|
delete |