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;
An abstract base class for storage devices.
Definition: Device.h:82
The main container of the libstorage-ng.
Definition: Devicegraph.h:170
Definition: Filesystem.h:41
Class to represent a tmpfs.
Definition: Tmpfs.h:42
static Tmpfs * create(Devicegraph *devicegraph)
Create a device of type Tmpfs.
static std::vector< const Tmpfs * > get_all(const Devicegraph *devicegraph)
Get all Tmpfses.
static std::vector< Tmpfs * > get_all(Devicegraph *devicegraph)
Get all Tmpfses.
The storage namespace.
Definition: Actiongraph.h:40
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.