#include <vdfs.hh>
◆ file() [1/3]
| file::file |
( |
vdfs * |
vdfs_, |
|
|
std::string |
name_ |
|
) |
| |
◆ file() [2/3]
| file::file |
( |
vdfs * |
vdfs_, |
|
|
std::string |
name_, |
|
|
bool |
opened_ |
|
) |
| |
◆ file() [3/3]
| file::file |
( |
const file & |
that | ) |
|
◆ append()
| void file::append |
( |
std::string |
content | ) |
|
◆ close()
◆ get()
| std::string file::get |
( |
| ) |
|
◆ get_id()
◆ get_name()
| std::string file::get_name |
( |
| ) |
|
◆ get_size()
◆ is_open()
◆ open()
◆ operator=()
| file & file::operator= |
( |
const file & |
rhs | ) |
|
The documentation for this class was generated from the following files:
- /home/runner/work/VeloxDFS/VeloxDFS/src/client/vdfs.hh
- /home/runner/work/VeloxDFS/VeloxDFS/src/client/vdfs.cc