Class OpenDir

Inheritance Relationships

Base Type

Class Documentation

class gkfs::filemap::OpenDir : public gkfs::filemap::OpenFile

Public Functions

explicit OpenDir(const std::string &path)
void add(const std::string &name, const FileType &type)
const DirEntry &getdent(unsigned int pos)
size_t size()

Private Members

std::vector<DirEntry> entries