MCPcopy Index your code
hub / github.com/Kitware/CMake / AddAttribute

Method AddAttribute

Source/cmXCodeObject.h:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 std::string const& GetString() const { return this->String; }
70
71 void AddAttribute(std::string const& name, cmXCodeObject* value)
72 {
73 this->ObjectAttributes[name] = value;
74 }
75
76 void AddAttributeIfNotEmpty(std::string const& name, cmXCodeObject* value)
77 {

Calls

no outgoing calls

Tested by

no test coverage detected