9class CLASS_DECL_ACME source :
10 virtual public ::particle
15 pointer_array < ::particle > m_particlea;
22 void destroy()
override;
24 inline bool has_handler()
const
27 return m_particlea.has_element();
33 virtual void add_handler(::particle * pmatter,
bool bPriority =
false);
37 virtual void on_topic(const ::atom &
atom, ::particle * pparticle =
nullptr,
::handler_context * pcontext =
nullptr);
39 virtual void notify_topic(const ::atom &
atom, ::particle * pparticle =
nullptr,
::handler_context * pcontext =
nullptr);
Definition handler_context.h:10