#include <sbuild-chroot-plain.h>
Public Member Functions | |
virtual | ~chroot_plain () |
The destructor. | |
virtual chroot::ptr | clone () const |
Copy the chroot. | |
virtual std::string const & | get_chroot_type () const |
Get the type of the chroot. | |
Protected Member Functions | |
chroot_plain () | |
The constructor. | |
Friends | |
class | chroot |
chroot_plain::chroot_plain | ( | ) | [protected] |
chroot_plain::~chroot_plain | ( | ) | [virtual] |
The destructor.
sbuild::chroot::ptr chroot_plain::clone | ( | ) | const [virtual] |
Copy the chroot.
This is a virtual copy constructor.
Reimplemented from sbuild::chroot_directory.
References chroot_plain().
std::string const & chroot_plain::get_chroot_type | ( | ) | const [virtual] |
friend class chroot [friend] |
Reimplemented from sbuild::chroot_directory.