Confdump Agent
1.4.0
|
Information about a process of this system. More...
#include <Process.hpp>
Public Member Functions | |
Process () | |
Process (boost::shared_ptr< LinuxDumper > driver, uint pid) | |
virtual | ~Process () |
uint | pid () const |
QString | commandLine () const |
Properties | |
uint | pid |
QString | commandLine |
Private Attributes | |
uint | pid_ |
QStringList | arguments_ |
Information about a process of this system.
Definition at line 41 of file Process.hpp.
Confdump::System::Linux::Process::Process | ( | boost::shared_ptr< LinuxDumper > | driver, |
uint | pid | ||
) |
Definition at line 38 of file Process.cpp.
References arguments_.
Confdump::System::Linux::Process::~Process | ( | ) | [virtual] |
Definition at line 51 of file Process.cpp.
QString Confdump::System::Linux::Process::commandLine | ( | ) | const |
uint Confdump::System::Linux::Process::pid | ( | ) | const [inline] |
Definition at line 56 of file Process.hpp.
References pid_.
QStringList Confdump::System::Linux::Process::arguments_ [private] |
Definition at line 61 of file Process.hpp.
Referenced by Process().
uint Confdump::System::Linux::Process::pid_ [private] |
Definition at line 60 of file Process.hpp.
Referenced by pid().
QString Confdump::System::Linux::Process::commandLine [read] |
Definition at line 48 of file Process.hpp.
uint Confdump::System::Linux::Process::pid [read] |
Definition at line 47 of file Process.hpp.