MCPcopy Create free account
hub / github.com/boostorg/parser / clear_for_next_parse

Method clear_for_next_parse

include/boost/parser/parser.hpp:6169–6169  ·  view source on GitHub ↗

Erases all the entries from the copy of the symbol table inside the parse context `context`. */

Source from the content-addressed store, hash-verified

6167 /** Erases all the entries from the copy of the symbol table inside
6168 the parse context `context`. */
6169 void clear_for_next_parse() { this->parser_.initial_elements_.clear(); }
6170
6171 /** Inserts an entry consisting of a UTF-8 string `str` to match, and
6172 an associated attribute `x`, to `*this`. The entry is added for

Callers 1

mainFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected