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

Method insert

Source/cmList.h:393–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 void clear() noexcept { this->Values.clear(); }
392
393 iterator insert(const_iterator pos, cm::string_view value,
394 ExpandElements expandElements = ExpandElements::Yes,
395 EmptyElements emptyElements = EmptyElements::No)
396 {
397 return cmList::Insert(this->Values, pos, std::string(value),
398 expandElements, emptyElements);
399 }
400 iterator insert(const_iterator pos, cm::string_view value,
401 EmptyElements emptyElements)
402 {

Callers 15

appendMethod · 0.95
prependMethod · 0.95
cmListClass · 0.95
runTestFunction · 0.45
testUniqueIdsFunction · 0.45
testIterationFunction · 0.45
testEditionFunction · 0.45
testMethod_insertFunction · 0.45
testModifiersFunction · 0.45
mainFunction · 0.45
doWriteFunction · 0.45
doVerifyFunction · 0.45

Calls 5

cbeginMethod · 0.95
beginMethod · 0.95
moveFunction · 0.85
endMethod · 0.45
clearMethod · 0.45

Tested by 9

runTestFunction · 0.36
testUniqueIdsFunction · 0.36
testIterationFunction · 0.36
testEditionFunction · 0.36
testMethod_insertFunction · 0.36
testModifiersFunction · 0.36
mainFunction · 0.36
environmentDialogMethod · 0.36
environmentMethod · 0.36