Nemiver  0.3
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
nemiver::common::IProcMgr Class Referenceabstract

#include <nmv-proc-mgr.h>

Inheritance diagram for nemiver::common::IProcMgr:
nemiver::common::Object

Classes

class  Process
 

Public Member Functions

virtual ~IProcMgr ()
 
virtual const list< Process > & get_all_process_list () const =0
 
virtual bool get_process_from_pid (pid_t a_pid, Process &a_process) const =0
 
virtual bool get_process_from_name (const UString &a_pname, Process &a_process, bool a_fuzzy_search=false) const =0
 
- Public Member Functions inherited from nemiver::common::Object
 Object ()
 
 Object (Object const &)
 
Objectoperator= (Object const &)
 
virtual ~Object ()
 
void ref ()
 
void unref ()
 
void enable_refcount (bool a_enabled=true)
 
bool is_refcount_enabled () const
 
long get_refcount () const
 
void attach_object (const UString &a_key, const Object *a_object)
 
bool get_attached_object (const UString &a_key, const Object *&a_object)
 

Static Public Member Functions

static IProcMgrSafePtr create ()
 

Protected Member Functions

 IProcMgr ()
 

Additional Inherited Members

- Protected Attributes inherited from nemiver::common::Object
SafePtr< ObjectPrivm_priv
 

Constructor & Destructor Documentation

◆ IProcMgr()

nemiver::common::IProcMgr::IProcMgr ( )
inlineprotected

◆ ~IProcMgr()

virtual nemiver::common::IProcMgr::~IProcMgr ( )
inlinevirtual

Member Function Documentation

◆ create()

static IProcMgrSafePtr nemiver::common::IProcMgr::create ( )
static

◆ 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: