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

Method RaiseScope

Source/cmMakefile.h:923–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921 void PopScope();
922 void RaiseScope(std::string const& var, char const* value);
923 void RaiseScope(std::string const& var, cmValue value)
924 {
925 this->RaiseScope(var, value.GetCStr());
926 }
927 void RaiseScope(std::vector<std::string> const& variables);
928
929 // push and pop loop scopes

Callers

nothing calls this directly

Calls 1

GetCStrMethod · 0.80

Tested by

no test coverage detected