DDS  ver. 3.5.3.8.g5fe284b
Public Types | Static Public Member Functions | List of all members
MiscCommon::CProcList Class Reference

This class is used to quarry a list of currently running processes. More...

#include <Process.h>

Public Types

typedef std::set< pid_t > ProcContainer_t
 

Static Public Member Functions

static void GetProcList (ProcContainer_t *_Procs)
 

Detailed Description

This class is used to quarry a list of currently running processes.

Note
The class is using proc filesystem (Linux)
Usage: In the example container pids will be containing pids of currently running processes

Member Typedef Documentation

◆ ProcContainer_t

typedef std::set<pid_t> MiscCommon::CProcList::ProcContainer_t

Member Function Documentation

◆ GetProcList()

static void MiscCommon::CProcList::GetProcList ( ProcContainer_t _Procs)
inlinestatic

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