Searched defs:string_token_def (Results 1 – 1 of 1) sorted by relevance
70 struct string_token_def struct75 char_type;76 typedef std::basic_string<char_type> string_type;78 string_token_def(typename add_reference<String>::type str, IdType const& id) in string_token_def() function84 void collect(LexerDef& lexdef, String_ const& state in collect()111 void add_actions(LexerDef&) const {} in add_actions()113 std::size_t id() const { return id_; } in id()114 std::size_t unique_id() const { return unique_id_; } in unique_id()115 std::size_t state() const { return token_state_; } in state()117 string_type str_;[all …]