Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | List of all members
velox::file Class Reference

#include <vdfs.hh>

Collaboration diagram for velox::file:
Collaboration graph

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 ()
 
fileoperator= (const file &)
 
 file (vdfs *, std::string)
 
 file (vdfs *, std::string, bool)
 
 file (const file &)
 

Constructor & Destructor Documentation

file::file ( vdfs vdfs_,
std::string  name_ 
)
file::file ( vdfs vdfs_,
std::string  name_,
bool  opened_ 
)
file::file ( const file that)

Member Function Documentation

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 ( )
file & file::operator= ( const file rhs)

The documentation for this class was generated from the following files: