23 #ifndef STORAGE_TMPFS_H 24 #define STORAGE_TMPFS_H 27 #include "storage/Filesystems/Filesystem.h" 69 const Impl& get_impl()
const;
71 virtual Tmpfs* clone()
const override;
bool is_tmpfs(const Device *device)
Checks whether device points to a Tmpfs.
Tmpfs * to_tmpfs(Device *device)
Converts pointer to Device to pointer to Tmpfs.
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
static Tmpfs * create(Devicegraph *devicegraph)
Create a device of type Tmpfs.
An abstract base class for storage devices.
Definition: Device.h:81
Class to represent a tmpfs.
Definition: Tmpfs.h:41
static std::vector< Tmpfs * > get_all(Devicegraph *devicegraph)
Get all Tmpfses.
Definition: Filesystem.h:40
The storage namespace.
Definition: Actiongraph.h:39