Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dannotation.hpp23 struct set_annotation_id struct
25 typedef void result_type;
27 int id;
28 set_annotation_id(int id) : id(id) {} in set_annotation_id() function
30 void operator()(ast::function_call& x) const in operator ()()
36 void dispatch(T& x, boost::mpl::true_) const in dispatch()
42 void dispatch(T& x, boost::mpl::false_) const in dispatch()
48 void operator()(T& x) const in operator ()()