Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dscoped.hpp17 struct scoped_action_base struct
19 bool start() { return true; } in start()
20 template <typename Iterator> void success(Iterator, Iterator) {} in success()
21 void failure() {} in failure()
22 void cleanup() {} in cleanup()
25 bool result(ResultT r, ScannerT const&) in result()