#include <Processes.hpp>
Public Member Functions | |
Process () | |
Default Constructor. | |
virtual | ~Process () |
Destructor. | |
Public Attributes | |
std::string | Name |
Name of the process. | |
unsigned int | PID |
Process ID. | |
std::string | State |
State of the process. |
Definition at line 55 of file Processes.hpp.
Process::Process | ( | ) |
Default Constructor.
Process Default Constructor.
Definition at line 86 of file Processes.cpp.
References PID.
Process::~Process | ( | ) | [virtual] |