Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AppendBuildSettingAttribute
Method · 0.80
Calls
2
insert
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected