|
IBR-DTNSuite 0.6
|
#include <Configuration.h>


Public Member Functions | |
| bool | daemonize () const |
| const ibrcommon::File & | getPidFile () const |
| bool | kill_daemon () const |
Protected Member Functions | |
| Daemon () | |
| virtual | ~Daemon () |
| void | load (const ibrcommon::ConfigFile &conf) |
Friends | |
| class | Configuration |
Definition at line 409 of file Configuration.h.
| dtn::daemon::Configuration::Daemon::Daemon | ( | ) | [protected] |
Definition at line 89 of file Configuration.cpp.
| dtn::daemon::Configuration::Daemon::~Daemon | ( | ) | [protected, virtual] |
Definition at line 98 of file Configuration.cpp.
| bool dtn::daemon::Configuration::Daemon::daemonize | ( | ) | const |
Definition at line 890 of file Configuration.cpp.
Referenced by __daemon_run(), and main().
| const ibrcommon::File & dtn::daemon::Configuration::Daemon::getPidFile | ( | ) | const |
Definition at line 900 of file Configuration.cpp.
Referenced by main().
| bool dtn::daemon::Configuration::Daemon::kill_daemon | ( | ) | const |
Definition at line 895 of file Configuration.cpp.
Referenced by main().
| void dtn::daemon::Configuration::Daemon::load | ( | const ibrcommon::ConfigFile & | conf | ) | [protected, virtual] |
Implements dtn::daemon::Configuration::Extension.
Definition at line 325 of file Configuration.cpp.
friend class Configuration [friend] |
Definition at line 411 of file Configuration.h.