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


Public Member Functions | |
| bool | daemonize () const |
| const ibrcommon::File & | getPidFile () const |
| bool | kill_daemon () const |
| size_t | getThreads () const |
Protected Member Functions | |
| Daemon () | |
| virtual | ~Daemon () |
| void | load (const ibrcommon::ConfigFile &conf) |
Friends | |
| class | Configuration |
Definition at line 495 of file Configuration.h.
| dtn::daemon::Configuration::Daemon::Daemon | ( | ) | [protected] |
Definition at line 91 of file Configuration.cpp.
| dtn::daemon::Configuration::Daemon::~Daemon | ( | ) | [protected, virtual] |
Definition at line 110 of file Configuration.cpp.
| bool dtn::daemon::Configuration::Daemon::daemonize | ( | ) | const |
Definition at line 1142 of file Configuration.cpp.
Referenced by __daemon_run(), and main().
| const ibrcommon::File & dtn::daemon::Configuration::Daemon::getPidFile | ( | ) | const |
Definition at line 1157 of file Configuration.cpp.
Referenced by main().
| size_t dtn::daemon::Configuration::Daemon::getThreads | ( | ) | const |
Definition at line 1152 of file Configuration.cpp.
Referenced by __daemon_run().
| bool dtn::daemon::Configuration::Daemon::kill_daemon | ( | ) | const |
Definition at line 1147 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 357 of file Configuration.cpp.
friend class Configuration [friend] |
Definition at line 497 of file Configuration.h.