#include <schroot-options.h>


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. | |
| options::options | ( | ) |
| options::~options | ( | ) | [virtual] |
| void options::add_options | ( | ) | [protected, virtual] |
Add options to option groups.
Reimplemented from schroot::options_base.
References schroot_base::options::actions, schroot::options_base::chroot, schroot::options_base::chrootenv, schroot::options_base::directory, schroot::options_base::session_actions, schroot::options_base::session_name, schroot::options_base::session_options, and schroot::options_base::user.
| void options::check_options | ( | ) | [protected, virtual] |
Check options after parsing.
Reimplemented from schroot::options_base.
References schroot_base::options::action, schroot::options_base::ACTION_LOCATION, schroot::options_base::ACTION_SESSION_AUTO, schroot::options_base::ACTION_SESSION_BEGIN, schroot::options_base::ACTION_SESSION_END, schroot::options_base::ACTION_SESSION_RECOVER, schroot::options_base::ACTION_SESSION_RUN, schroot::options_base::all, schroot::options_base::all_chroots, schroot::options_base::all_sessions, schroot::options_base::preserve, schroot::options_base::session_force, and schroot_base::options::vm.
1.5.8