Kouta
A small application framework based on Boost
kouta::base::Root Member List
This is the complete list of members for
kouta::base::Root
, including all inherited members.
add_child
(Component *component)
kouta::base::Component
inline
Component
()=delete
kouta::base::Component
Component
(Component *parent)
kouta::base::Component
inline
explicit
Component
(const Component &)=delete
kouta::base::Component
Component
(Component &&)=delete
kouta::base::Component
context
() override
kouta::base::Root
inline
virtual
m_children
kouta::base::Component
private
m_context
kouta::base::Root
private
m_parent
kouta::base::Component
private
operator=
(const Root &)=delete
kouta::base::Root
operator=
(Root &&)=delete
kouta::base::Root
kouta::base::Component::operator=
(const Component &)=delete
kouta::base::Component
kouta::base::Component::operator=
(Component &&)=delete
kouta::base::Component
post
(void(TClass::*method)(TMethodArgs...), TArgs... args)
kouta::base::Component
inline
post
(const std::function< void(TFuncArgs...)> &functor, TArgs... args)
kouta::base::Component
inline
post
(TFunctor &&functor)
kouta::base::Component
inline
remove_child
(Component *component)
kouta::base::Component
inline
Root
()
kouta::base::Root
inline
Root
(Component *parent)
kouta::base::Root
inline
explicit
Root
(const Root &)=delete
kouta::base::Root
Root
(Root &&)=delete
kouta::base::Root
run
()
kouta::base::Root
inline
virtual
stop
()
kouta::base::Root
inline
virtual
~Component
()
kouta::base::Component
inline
virtual
~Root
()=default
kouta::base::Root
virtual
Generated by
1.9.1