open-cpp-utils 0.0.1
|
Public Member Functions | |
file (const file &)=default | |
file (file &&)=default | |
const path_t & | path () const |
data_t * | get_data () |
const data_t * | get_data () const |
filesystem & | system () |
const filesystem & | system () const |
bool | is_directory () const |
bool | empty () const |
bool | has_subdirectory () const |
void | erase () |
file_id | get_id () const |
data_t * | operator-> () |
const data_t * | operator-> () const |
data_t * | operator* () |
const data_t * | operator* () const |
Friends | |
class | filesystem |