#include <dchroot-chroot-config.h>
Inheritance diagram for dchroot::chroot_config:
Public Member Functions | |
chroot_config () | |
The constructor. | |
chroot_config (std::string const &file, bool active) | |
The constructor. | |
virtual | ~chroot_config () |
The destructor. | |
Private Member Functions | |
virtual void | parse_data (std::istream &stream, bool active) |
Parse a loaded configuration file. |
This class provides all the functionality of chroot_config, but parses the dchroot configuration file format, rather than the schroot format.
|
The constructor.
Reimplemented from sbuild::chroot_config. |
|
The constructor.
Reimplemented from sbuild::chroot_config. |
|
The destructor.
Reimplemented from sbuild::chroot_config. |
|
Parse a loaded configuration file. If there are problems with the configuration file, an error will be thrown.
Reimplemented from sbuild::chroot_config. |