|
CGraph
|
#include <GEventObject.h>


Protected Member Functions | |
| CStatus | run () final |
| virtual GEventObject * | setThreadPool (UThreadPoolPtr ptr) |
Protected Attributes | |
| UThreadPoolPtr | thread_pool_ = nullptr |
| GParamManagerPtr | param_manager_ = nullptr |
Protected Attributes inherited from CDescInfo | |
| std::string | name_ |
| std::string | session_ |
| std::string | description_ |
Additional Inherited Members | |
Public Member Functions inherited from CObject | |
| CObject ()=default | |
| virtual CStatus | init () |
| virtual CStatus | destroy () |
| virtual | ~CObject ()=default |
Public Member Functions inherited from CDescInfo | |
| virtual const std::string & | getName () const |
| const std::string & | getSession () const |
| const std::string & | getDescription () const |
| virtual auto | setName (const std::string &name) -> decltype(this) |
| virtual auto | setDescription (const std::string &description) -> decltype(this) |
| virtual | ~CDescInfo ()=default |
|
inlineprotectedvirtual |
Reimplemented in GEventManager.
|
protected |
|
protected |