theCore C++ embedded framework
ecl::fs::vfs< Fs > Class Template Reference

Virtual filesystem. More...

#include </home/travis/build/forGGe/theCore/lib/fs/export/ecl/fs/fs.hpp>

Static Public Member Functions

static ecl::err mount_all ()
 Mounts all filesystems to their mountpoints. More...
 
static file_ptr open_file (const char *path)
 Opens file using given path. More...
 
static dir_ptr open_dir (const char *path)
 Opens file using given path. More...
 

Detailed Description

template<class ... Fs>
class ecl::fs::vfs< Fs >

Virtual filesystem.

Template Parameters
Listof filesystem descriptors.

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