Searched defs:actionable (Results 1 – 2 of 2) sorted by relevance
25 struct actionable struct27 virtual ~actionable() {} in ~actionable()28 virtual void execute(action_args_type *) const {} in execute()30 actionable() in actionable() function34 actionable const *next;
113 typedef detail::actionable actionable; typedef