////////////////////////////////////////////////////////////////////////// AddStopPoint NOTE: the list copies the string, so it is safe for the parser to free the lexeme //////////////////////////////////////////////////////////////////////////
| 91 | // free the lexeme |
| 92 | /////////////////////////////////////////////////////////////////////////////// |
| 93 | void cGenreParseInfo::AddStopPoint(const cFCOName& name) |
| 94 | { |
| 95 | mStopList.push_back(name); |
| 96 | } |
| 97 | |
| 98 | /////////////////////////////////////////////////////////////////////////////// |
| 99 | // AddRule -- adds the specified rule to our list. we will eventually call |