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. More... | |
void | operator() (psinfo_type &Query) const |
Obtain information about a process. More... | |
PSInfo (pid_t PID=getpid()) | |
Constructor. More... | |
void | operator() (psinfo_type &Query) const |
Obtain information about a process. More... | |
PSInfo (pid_t PID=getpid()) | |
Constructor. More... | |
void | operator() (psinfo_type &Query) const |
Obtain information about a process. More... | |
Private Attributes | |
pid_t | m_pid |
Process identification. More... | |
Class to retrieve process information.
LDASTools::AL::PSInfo::PSInfo | ( | pid_t | PID = getpid( ) | ) |
Constructor.
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.
void LDASTools::AL::PSInfo::operator() | ( | psinfo_type & | Query | ) | const |
Obtain information about a process.
|
private |
Process identification.