#include <dchroot-options.h>
Inheritance diagram for dchroot::options:


Public Member Functions | |
| options () | |
| The constructor. | |
| virtual | ~options () |
| The destructor. | |
Protected Member Functions | |
| virtual void | add_options () |
| Add options to option groups. | |
| virtual void | check_options () |
| Check options after parsing. | |
Definition at line 31 of file dchroot-options.h.
| options::options | ( | ) |
The constructor.
Reimplemented from schroot_base::options.
Definition at line 35 of file dchroot-options.cc.
| options::~options | ( | ) | [virtual] |
The destructor.
Reimplemented from schroot_base::options.
Definition at line 40 of file dchroot-options.cc.
| void options::add_options | ( | ) | [protected, virtual] |
Add options to option groups.
Reimplemented from schroot::options_base.
Definition at line 45 of file dchroot-options.cc.
References _, schroot::options_base::add_options(), schroot::options_base::chroot, schroot::options_base::chroot_path, schroot::options_base::chrootenv, schroot::options_base::directory, and schroot_base::options::general.
Here is the call graph for this function:

| void options::check_options | ( | ) | [protected, virtual] |
Check options after parsing.
Reimplemented from schroot::options_base.
Definition at line 65 of file dchroot-options.cc.
References _, schroot::options_base::ACTION_LOCATION, schroot::options_base::all, schroot::options_base::all_chroots, schroot::options_base::all_sessions, schroot::options_base::all_used(), schroot::options_base::check_options(), sbuild::log_info(), sbuild::log_warning(), schroot::options_base::set_action(), and schroot_base::options::vm.
Here is the call graph for this function:

1.5.1