MCPcopy Create free account
hub / github.com/Kitware/CMake / ~Impl

Method ~Impl

Source/cmVariableWatchCommand.cxx:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 ~Impl()
110 {
111 this->Makefile->GetCMakeInstance()->GetVariableWatch()->RemoveWatch(
112 this->Variable, cmVariableWatchCommandVariableAccessed);
113 }
114
115 cmMakefile* const Makefile;
116 std::string const Variable;

Callers

nothing calls this directly

Calls 3

RemoveWatchMethod · 0.80
GetVariableWatchMethod · 0.45
GetCMakeInstanceMethod · 0.45

Tested by

no test coverage detected