Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ ScopePushPop
Method
ScopePushPop
Source/cmMakefile.h:975–979 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
973
{
974
public:
975
ScopePushPop(cmMakefile* m)
976
: Makefile(m)
977
{
978
this->Makefile->PushScope();
979
}
980
981
~ScopePushPop() { this->Makefile->PopScope(); }
982
Callers
nothing calls this directly
Calls
1
PushScope
Method · 0.80
Tested by
no test coverage detected