Dwm::ProcessTable typedef and utility function prototypes. 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. | |
Functions | |
| bool | Dwm::GetProcessTable (ProcessTable &processTable) |
| Fetches the current process table. Returns true on success. | |
| bool | Dwm::GetProcessInfo (pid_t pid, ProcessInfo &processInfo) |
| bool | Dwm::ToJson (const ProcessTable &processTable, nlohmann::json &json) |
| nlohmann::json | Dwm::ToJson (const ProcessTable &processTable) |
| std::ostream & | operator<< (std::ostream &os, const Dwm::ProcessTable &pt) |
Dwm::ProcessTable typedef and utility function prototypes.