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

Method Clear

Source/cmArchiveWrite.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 this->Value = val;
26 }
27 void Clear() { this->IsValueSet = false; }
28 bool IsSet() const { return this->IsValueSet; }
29 T Get() const { return this->Value; }
30

Callers 4

ClearPermissionsMethod · 0.45
ClearPermissionsMaskMethod · 0.45
ClearUIDAndGIDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected