19 #ifndef SBUILD_CHROOT_FACET_STORAGE_H
20 #define SBUILD_CHROOT_FACET_STORAGE_H
22 #include <sbuild/chroot/chroot.h>
23 #include <sbuild/chroot/facet/facet.h>
43 typedef std::shared_ptr<storage>
ptr;
Debian source builder components.
Definition: ctty.cc:31
Chroot storage.
Definition: storage.h:39
storage()
The constructor.
Definition: storage.cc:30
Advisory locking.
Definition: lock.h:38
std::shared_ptr< const storage > const_ptr
A shared_ptr to a const chroot storage object.
Definition: storage.h:46
virtual std::string get_path() const =0
Get the path to the chroot.
virtual ~storage()
The destructor.
Definition: storage.cc:34
setup_type
Type of setup to perform.
Definition: chroot.h:54
std::shared_ptr< storage > ptr
A shared_ptr to a chroot storage object.
Definition: storage.h:43