|
CGraph
|


Private Member Functions | |
| CVoid | trigger (GEventParamPtr param) override |
Additional Inherited Members | |
Public Member Functions inherited from CObject | |
| CObject ()=default | |
| 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 |
Protected Member Functions inherited from GEvent | |
| GEvent () | |
| ~GEvent () override | |
Protected Member Functions inherited from GEventObject | |
| CStatus | run () final |
| virtual GEventObject * | setThreadPool (UThreadPoolPtr ptr) |
Protected Attributes inherited from GEventObject | |
| UThreadPoolPtr | thread_pool_ = nullptr |
| GParamManagerPtr | param_manager_ = nullptr |
Protected Attributes inherited from CDescInfo | |
| std::string | name_ |
| std::string | session_ |
| std::string | description_ |
|
inlineoverrideprivatevirtual |