Home
last modified time | relevance | path

Searched refs:f_strlit (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/spirit/home/classic/attribute/
Dparametric.hpp112 class f_strlit : public parser<f_strlit<IterGenAT, IterGenBT> > class
116 typedef f_strlit<IterGenAT, IterGenBT> self_t;
118 f_strlit(IterGenAT first, IterGenBT last) in f_strlit() function in boost::spirit::f_strlit
136 inline f_strlit<IterGenAT, IterGenBT>
138 { return f_strlit<IterGenAT, IterGenBT>(first, last); } in f_str_p()
Dtypeof.hpp25 template<typename IterGenAT, typename IterGenBT> class f_strlit;
40 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::f_strlit,2)
Dclosure.hpp1064 inline f_strlit<
1074 typedef f_strlit<container_begin_t, container_end_t> result_t; in f_str_p()