#include <nmv-proc-mgr.h>
◆ IProcMgr()
| nemiver::common::IProcMgr::IProcMgr |
( |
| ) |
|
|
inlineprotected |
◆ ~IProcMgr()
| virtual nemiver::common::IProcMgr::~IProcMgr |
( |
| ) |
|
|
inlinevirtual |
◆ create()
◆ get_all_process_list()
| virtual const list<Process>& nemiver::common::IProcMgr::get_all_process_list |
( |
| ) |
const |
|
pure virtual |
◆ get_process_from_name()
| virtual bool nemiver::common::IProcMgr::get_process_from_name |
( |
const UString & |
a_pname, |
|
|
Process & |
a_process, |
|
|
bool |
a_fuzzy_search = false |
|
) |
| const |
|
pure virtual |
◆ get_process_from_pid()
| virtual bool nemiver::common::IProcMgr::get_process_from_pid |
( |
pid_t |
a_pid, |
|
|
Process & |
a_process |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: