|
ldas-tools-al 2.6.7
|
Class to retrieve process information. More...
#include <PSInfo.hh>
Classes | |
| struct | psinfo_type |
| Structure to hold information about a process. More... | |
Public Member Functions | |
| PSInfo (pid_t PID=getpid()) | |
| Constructor. | |
| PSInfo (pid_t PID=getpid()) | |
| Constructor. | |
| void | operator() (psinfo_type &Query) const |
| Obtain information about a process. | |
| void | operator() (psinfo_type &Query) const |
| Obtain information about a process. | |
Private Attributes | |
| pid_t | m_pid |
| Process identification. | |
Class to retrieve process information.
| LDASTools::AL::PSInfo::PSInfo | ( | pid_t | PID = getpid( ) | ) |
Constructor.
| LDASTools::AL::PSInfo::PSInfo | ( | pid_t | PID = getpid() | ) |
Constructor.
| void LDASTools::AL::PSInfo::operator() | ( | PSInfo::psinfo_type & | Query | ) | const |
Obtain information about a process.
| void LDASTools::AL::PSInfo::operator() | ( | psinfo_type & | Query | ) | const |
Obtain information about a process.
|
private |
Process identification.