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

Method VariablePushPop

Source/cmMakefile.cxx:4187–4193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4185}
4186
4187cmMakefile::VariablePushPop::VariablePushPop(cmMakefile* m)
4188 : Makefile(m)
4189{
4190 this->Makefile->StateSnapshot =
4191 this->Makefile->GetState()->CreateVariableScopeSnapshot(
4192 this->Makefile->StateSnapshot);
4193}
4194
4195cmMakefile::VariablePushPop::~VariablePushPop()
4196{

Callers

nothing calls this directly

Calls 2

GetStateMethod · 0.45

Tested by

no test coverage detected