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

Method GetPropertyValue

Source/cmPropertyMap.cxx:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45cmValue cmPropertyMap::GetPropertyValue(std::string const& name) const
46{
47 auto it = this->Map_.find(name);
48 if (it != this->Map_.end()) {
49 return cmValue(it->second);
50 }
51 return nullptr;
52}
53
54std::vector<std::string> cmPropertyMap::GetKeys() const
55{

Callers 11

GetPropertyMethod · 0.80
GetPropertyMethod · 0.80
GetPropertyMethod · 0.80
GetPropertyMethod · 0.80
GetPropertyMethod · 0.80
InitializeFromParentMethod · 0.80
GetPropertyMethod · 0.80
GetGlobalPropertyMethod · 0.80

Calls 3

cmValueClass · 0.70
findMethod · 0.45
endMethod · 0.45

Tested by 1

GetPropertyMethod · 0.64