Template Struct start¶
Defined in File activities.h
Struct Documentation¶
-
template<typename
ContextT, typename ...T>
structudho::activities::start¶ Public Types
-
typedef std::shared_ptr<collector_type>
collector_ptr¶
-
typedef boost::signals2::signal<void()>
signal_type¶
Public Functions
-
collector_ptr
collector() const¶
-
const accessor_type &
accessor() const¶
-
accessor_type &
accessor()¶
-
void
operator()()¶
-
template<typename
CombinatorT>
voiddone(CombinatorT cmb)¶
-
void
success()¶
-
typedef std::shared_ptr<collector_type>