| 38 | public: |
| 39 | ProcessItem(uint32_t pid, std::string processName); |
| 40 | uint32_t pid() const { return m_pid; } |
| 41 | std::string processName() const { return m_processName; } |
| 42 | bool operator==(const ProcessItem& other) const; |
| 43 | bool operator!=(const ProcessItem& other) const; |
no outgoing calls
no test coverage detected