Searched defs:symbols_parser (Results 1 – 1 of 1) sorted by relevance
40 struct symbols_parser : parser<symbols_parser<Encoding, T, Lookup>> struct42 typedef typename Encoding::char_type char_type; // the character type43 typedef Encoding encoding;44 typedef T value_type; // the value associated with each entry45 typedef value_type attribute_type;47 static bool const has_attribute =49 static bool const handles_container =52 symbols_parser(std::string const& name = "symbols") in symbols_parser() function60 symbols_parser(symbols_parser const& syms) in symbols_parser() function69 symbols_parser(Symbols const& syms, std::string const& name = "symbols") in symbols_parser() function[all …]