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;
User * to_user(Holder *holder)
Converts pointer to Holder to pointer to User.
bool is_user(const Holder *holder)
Checks whether holder points to an 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