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

Method GetSubKey

Source/cmWindowsRegistry.cxx:461–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459 cm::string_view GetRootKey() const { return this->RootKey; }
460
461 cm::string_view GetSubKey() const { return this->SubKey; }
462 cm::string_view GetValueName() const { return this->ValueName; }
463
464 std::string const& GetExpression() const { return this->Expression; }

Callers 1

ExpandExpressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected