#include <sbuild-chroot-plain.h>
Inheritance diagram for sbuild::chroot_plain:
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 |
Definition at line 31 of file sbuild-chroot-plain.h.
chroot_plain::chroot_plain | ( | ) | [protected] |
The constructor.
Definition at line 35 of file sbuild-chroot-plain.cc.
Referenced by clone().
Here is the caller graph for this function:
chroot_plain::~chroot_plain | ( | ) | [virtual] |
sbuild::chroot::ptr chroot_plain::clone | ( | ) | const [virtual] |
Copy the chroot.
This is a virtual copy constructor.
Reimplemented from sbuild::chroot_directory.
Definition at line 45 of file sbuild-chroot-plain.cc.
References chroot_plain().
Here is the call graph for this function:
std::string const & chroot_plain::get_chroot_type | ( | ) | const [virtual] |
Get the type of the chroot.
Reimplemented from sbuild::chroot_directory.
Definition at line 51 of file sbuild-chroot-plain.cc.
friend class chroot [friend] |