libDwm-0.6.0
DwmProcessTable.hh File Reference

Dwm::GetProcessTable() prototype and Dwm::ProcessTable typedef. More...

#include <map>
#include "DwmProcessInfo.hh"
Include dependency graph for DwmProcessTable.hh:

Go to the source code of this file.

Typedefs

typedef std::map< pid_t, Dwm::ProcessInfoDwm::ProcessTable
 We represent a process table as a map of Dwm::Process keyed by process ID. More...
 

Functions

bool Dwm::GetProcessTable (ProcessTable &processTable)
 Fetches the current process table. Returns true on success.
 

Detailed Description

Dwm::GetProcessTable() prototype and Dwm::ProcessTable typedef.

Typedef Documentation

◆ ProcessTable

typedef std::map<pid_t, Dwm::ProcessInfo> Dwm::ProcessTable

We represent a process table as a map of Dwm::Process keyed by process ID.