23 #ifndef STORAGE_SQUASHFS_H 24 #define STORAGE_SQUASHFS_H 27 #include "storage/Filesystems/BlkFilesystem.h" 58 const Impl& get_impl()
const;
60 virtual Squashfs* clone()
const override;
61 virtual std::unique_ptr<Device> clone_v2()
const override;
64 ST_NO_SWIG
Squashfs(std::unique_ptr<Device::Impl>&& impl);
Squashfs * to_squashfs(Device *device)
Converts pointer to Device to pointer to Squashfs.
Class for Squashfs filesystem.
Definition: Squashfs.h:39
bool is_squashfs(const Device *device)
Checks whether device points to a Squashfs.
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
Definition: BlkFilesystem.h:42
An abstract base class for storage devices.
Definition: Device.h:81
The storage namespace.
Definition: Actiongraph.h:39
static Squashfs * create(Devicegraph *devicegraph)
Create a device of type Squashfs.