Home
last modified time | relevance | path

Searched defs:actionable (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/xpressive/detail/core/
Daction.hpp25 struct actionable struct
27 virtual ~actionable() {} in ~actionable()
28 virtual void execute(action_args_type *) const {} in execute()
30 actionable() in actionable() function
34 actionable const *next;
Dstate.hpp113 typedef detail::actionable actionable; typedef