|
Confdump Agent
1.4.0
|
A script in /etc/init.d for daemon control at system boot/shutdown. More...
#include <InitScript.hpp>
Public Member Functions | |
| InitScript () | |
| InitScript (QString name) | |
| virtual | ~InitScript () |
| QString | name () const |
Static Public Member Functions | |
| static Result | allInitScripts (boost::shared_ptr< LinuxDumper > driver) |
Properties | |
| QString | name |
Private Attributes | |
| QString | name_ |
A script in /etc/init.d for daemon control at system boot/shutdown.
Definition at line 44 of file InitScript.hpp.
Referenced by allInitScripts().
| Confdump::System::Linux::InitScript::InitScript | ( | QString | name | ) |
Definition at line 34 of file InitScript.cpp.
| Confdump::System::Linux::InitScript::~InitScript | ( | ) | [virtual] |
Definition at line 39 of file InitScript.cpp.
| Result Confdump::System::Linux::InitScript::allInitScripts | ( | boost::shared_ptr< LinuxDumper > | driver | ) | [static] |
Definition at line 54 of file InitScript.cpp.
References InitScript(), name(), and Confdump::Result::push_back().
Referenced by Confdump::System::LinuxDumper::LinuxDumper().
| QString Confdump::System::Linux::InitScript::name | ( | ) | const |
Referenced by allInitScripts().
QString Confdump::System::Linux::InitScript::name_ [private] |
Definition at line 59 of file InitScript.hpp.
QString Confdump::System::Linux::InitScript::name [read] |
Definition at line 47 of file InitScript.hpp.
1.7.6.1