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

Go to the source code of this file.
Typedefs | |
| typedef std::map< pid_t, Dwm::ProcessInfo > | Dwm::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. | |
Dwm::GetProcessTable() prototype and Dwm::ProcessTable typedef.
| typedef std::map<pid_t, Dwm::ProcessInfo> Dwm::ProcessTable |
We represent a process table as a map of Dwm::Process keyed by process ID.