MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / AddStopPoint

Method AddStopPoint

src/twparser/genreparseinfo.cpp:93–96  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////// AddStopPoint NOTE: the list copies the string, so it is safe for the parser to free the lexeme //////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

91// free the lexeme
92///////////////////////////////////////////////////////////////////////////////
93void 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

Callers 1

yyparse.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected