Maat C++ Documentation
|
Public Member Functions | |
Snapshot (const Snapshot &other)=delete | |
Snapshot & | operator= (const Snapshot &other)=delete |
void | add_saved_file_content (std::shared_ptr< PhysicalFile > file, SavedMemState &&content) |
void | add_filesystem_action (std::string path, FileSystemAction action) |
Public Attributes | |
std::list< std::pair< std::shared_ptr< PhysicalFile >, SavedMemState > > | saved_file_contents |
std::list< std::pair< std::string, FileSystemAction > > | fs_actions |
std::list< env::FileAccessor > | file_accessors |