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

Method ~RAII

Source/cmMakefileProfilingData.cxx:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124cmMakefileProfilingData::RAII::~RAII()
125{
126 if (this->Data) {
127 this->Data->StopEntry();
128 }
129}
130
131cmMakefileProfilingData::RAII& cmMakefileProfilingData::RAII::operator=(
132 RAII&& other) noexcept

Callers

nothing calls this directly

Calls 1

StopEntryMethod · 0.80

Tested by

no test coverage detected