#include <vdfs.hh>

Public Member Functions | |
| void | append (std::string) |
| std::string | get () |
| void | open () |
| void | close () |
| bool | is_open () |
| long | get_id () |
| std::string | get_name () |
| long | get_size () |
| file & | operator= (const file &) |
| file (vdfs *, std::string) | |
| file (vdfs *, std::string, bool) | |
| file (const file &) | |
| file::file | ( | vdfs * | vdfs_, |
| std::string | name_ | ||
| ) |
| file::file | ( | vdfs * | vdfs_, |
| std::string | name_, | ||
| bool | opened_ | ||
| ) |
| file::file | ( | const file & | that | ) |
| void file::append | ( | std::string | content | ) |
| void file::close | ( | ) |
| std::string file::get | ( | ) |
| long file::get_id | ( | ) |
| std::string file::get_name | ( | ) |
| long file::get_size | ( | ) |
| bool file::is_open | ( | ) |
| void file::open | ( | ) |
1.8.6