ldas-tools-al 2.6.7
 
Loading...
Searching...
No Matches
PSInfo Class Reference

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.
 

Detailed Description

Class to retrieve process information.

Constructor & Destructor Documentation

◆ PSInfo() [1/2]

LDASTools::AL::PSInfo::PSInfo ( pid_t PID = getpid( ))

Constructor.

◆ PSInfo() [2/2]

LDASTools::AL::PSInfo::PSInfo ( pid_t PID = getpid())

Constructor.

Member Function Documentation

◆ operator()() [1/2]

void LDASTools::AL::PSInfo::operator() ( PSInfo::psinfo_type & Query) const

Obtain information about a process.

◆ operator()() [2/2]

void LDASTools::AL::PSInfo::operator() ( psinfo_type & Query) const

Obtain information about a process.

Member Data Documentation

◆ m_pid

pid_t LDASTools::AL::PSInfo::m_pid
private

Process identification.


The documentation for this class was generated from the following files: