MCPcopy Create free account
hub / github.com/christophhart/HISE / remove

Method remove

hi_scripting/scripting/api/FixLayoutObjects.cpp:1332–1340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1330}
1331
1332bool Stack::remove(var obj)
1333{
1334 auto idx = indexOf(obj);
1335
1336 if (idx != -1)
1337 return removeElement(idx);
1338
1339 return false;
1340}
1341
1342bool Stack::removeElement(int index)
1343{

Callers 15

toggleBreakpointMethod · 0.45
clearUnusedDataMethod · 0.45
findLassoItemsInAreaMethod · 0.45
recompiledOkMethod · 0.45
refreshConnectionMethod · 0.45
cleanupMethod · 0.45
addOSCTargetMethod · 0.45
getBestProjectDllMethod · 0.45
getNetworkFilesMethod · 0.45
runPostInitFunctionsMethod · 0.45
removeErrorMethod · 0.45

Calls 1

indexOfFunction · 0.50

Tested by 1

testingUnorderedStackMethod · 0.36