MCPcopy Create free account
hub / github.com/Kitware/CMake / PushState

Method PushState

Source/cmArgumentParser.h:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 ParserState& GetState() { return this->Stack.back(); }
210
211 void PushState(ActionMap const& bindings, void* result)
212 {
213 this->Stack.emplace_back(bindings, result);
214 }
215
216 void PopState()
217 {

Callers 2

cmArgumentParserClass · 0.80

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected