|
| CStatus | init () override |
| |
| CStatus | run () override |
| |
| template<typename TAspect , typename TParam = GAspectDefaultParam, c_enable_if_t< std::is_base_of< GAspect, TAspect >::value, int > = 0, c_enable_if_t< std::is_base_of< GAspectParam, TParam >::value, int > = 0> |
| GElement * | addGAspect (TParam *param=nullptr) |
| |
| template<typename TAspect , typename ... Args, c_enable_if_t< std::is_base_of< GTemplateAspect< Args... >, TAspect >::value, int > = 0> |
| GElement * | addGAspect (Args... args) |
| |
| template<typename T , c_enable_if_t< std::is_base_of< GElementParam, T >::value, int > = 0> |
| GElement * | addEParam (const std::string &key, T *param) |
| |
| CStatus | addDependGElements (const std::set< GElement * > &elements) |
| |
| GElement * | setName (const std::string &name) override |
| |
| GElement * | setLoop (CSize loop) |
| |
| GElement * | setLevel (CLevel level) |
| |
| GElement * | setVisible (CBool visible) |
| |
| GElement * | setBindingIndex (CIndex index) |
| |
| GElement * | setTimeout (CMSec timeout, GElementTimeoutStrategy strategy=GElementTimeoutStrategy::AS_ERROR) |
| |
| GElement * | setMacro (CBool macro) |
| |
| CBool | isGGroup () const |
| |
| CBool | isGAdaptor () const |
| |
| CBool | isGNode () const |
| |
| GElementState | getCurState () const |
| |
| CStatus | removeDepend (GElement *element) |
| |
| GElement & | operator-- (int) noexcept |
| |
| GElement & | operator> (GElement *element) |
| |
| GElement & | operator& (GElement *element) |
| |
| GElement & | operator* (CSize loop) noexcept |
| |
| template<typename TAspect , typename TParam , c_enable_if_t< std::is_base_of< GAspect, TAspect >::value, int > , c_enable_if_t< std::is_base_of< GAspectParam, TParam >::value, int > > |
| CGRAPH_NAMESPACE_BEGIN GElementPtr | addGAspect (TParam *param) |
| |
| template<typename TAspect , typename ... Args, c_enable_if_t< std::is_base_of< GTemplateAspect< Args... >, TAspect >::value, int > > |
| GElementPtr | addGAspect (Args... args) |
| |
| template<typename T , c_enable_if_t< std::is_base_of< GElementParam, T >::value, int > > |
| GElementPtr | addEParam (const std::string &key, T *param) |
| |
| | CObject ()=default |
| |
| virtual CStatus | destroy () |
| |
| virtual | ~CObject ()=default |
| |
| virtual const std::string & | getName () const |
| |
| const std::string & | getSession () const |
| |
| const std::string & | getDescription () const |
| |
| virtual auto | setDescription (const std::string &description) -> decltype(this) |
| |
| virtual | ~CDescInfo ()=default |
| |