Confdump Agent  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Properties | Private Attributes
Confdump::System::Linux::Process Class Reference

Information about a process of this system. More...

#include <Process.hpp>

Inheritance diagram for Confdump::System::Linux::Process:
Confdump::System::ManagedElement

List of all members.

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_

Detailed Description

Information about a process of this system.

Definition at line 41 of file Process.hpp.


Constructor & Destructor Documentation

Confdump::System::Linux::Process::Process ( boost::shared_ptr< LinuxDumper driver,
uint  pid 
)

Definition at line 38 of file Process.cpp.

References arguments_.

Definition at line 51 of file Process.cpp.


Member Function Documentation

uint Confdump::System::Linux::Process::pid ( ) const [inline]

Definition at line 56 of file Process.hpp.

References pid_.


Member Data Documentation

Definition at line 61 of file Process.hpp.

Referenced by Process().

Definition at line 60 of file Process.hpp.

Referenced by pid().


Property Documentation

Definition at line 48 of file Process.hpp.

Definition at line 47 of file Process.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends