24 #ifndef STORAGE_USER_H 25 #define STORAGE_USER_H 28 #include "storage/Holders/Holder.h" 41 virtual User* clone()
const override;
48 const Impl& get_impl()
const;
57 bool is_user(
const Holder* holder);
User * to_user(Holder *holder)
Converts pointer to Holder to pointer to User.
The master container of the libstorage.
Definition: Devicegraph.h:153
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
The storage namespace.
Definition: Actiongraph.h:37