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

Method AddUniqueObject

Source/cmXCodeObject.h:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 return cm::contains(this->List, o);
100 }
101 void AddUniqueObject(cmXCodeObject* value)
102 {
103 if (!cm::contains(this->List, value)) {
104 this->List.push_back(value);
105 }
106 }
107 static void Indent(int level, std::ostream& out);
108 void Print(std::ostream& out);
109 void PrintAttribute(std::ostream& out, int level,

Callers 2

AddDependTargetMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected