![]() |
hamigaki::bjam::bjam_grammar_gen —
template<typename IteratorT> struct bjam_grammar_gen { // types typedef IteratorT iterator_type; static parse_info<IteratorT> parse_bjam_grammar(const iterator_type&, const iterator_type&, const context&, int = 1); };
static parse_info<IteratorT> parse_bjam_grammar(const iterator_type& first, const iterator_type& last, const context& ctx, int line = 1);
製作著作 © 2007 Takeshi Mouri |