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

Method PrependObject

Source/cmXCodeObject.h:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92 }
93 void PrependObject(cmXCodeObject* value)
94 {
95 this->List.insert(this->List.begin(), value);
96 }
97 bool HasObject(cmXCodeObject* o) const
98 {
99 return cm::contains(this->List, o);

Callers 1

Calls 2

insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected