Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/qi/directive/
Dhold.hpp42 struct hold_directive : unary_parser<hold_directive<Subject> > struct
44 typedef Subject subject_type;
45 hold_directive(Subject const& subject_) in hold_directive() function
49 struct attribute
58 bool parse(Iterator& first, Iterator const& last in parse()
71 info what(Context& context) const in what()
77 Subject subject;