MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / clear

Method clear

Engine/source/console/simSet.cpp:398–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396//-----------------------------------------------------------------------------
397
398void SimSet::clear()
399{
400 lock();
401
402 while( !empty() )
403 popObject();
404
405 unlock();
406
407 getSetModificationSignal().trigger( SetCleared, this, NULL );
408}
409
410//-----------------------------------------------------------------------------
411

Callers 15

registerObjectMethod · 0.45
onRemoveMethod · 0.45
setSelectedMethod · 0.45
setLockedMethod · 0.45
setHiddenMethod · 0.45
emptyMethod · 0.45
~PersistenceManagerMethod · 0.45
clearLineBufferMethod · 0.45
deleteObjectMethod · 0.45
clearObjectsMethod · 0.45
clearFileDataMethod · 0.45
clearAllMethod · 0.45

Calls 10

isProperlyAddedMethod · 0.80
emptyFunction · 0.50
sizeFunction · 0.50
triggerMethod · 0.45
lastMethod · 0.45
onGroupRemoveMethod · 0.45
pop_backMethod · 0.45
removeMethod · 0.45
deleteObjectMethod · 0.45
decRefCountMethod · 0.45

Tested by

no test coverage detected