MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / clear

Method clear

modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:1955–1955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1953 void push_back(const T& value) { PushBack(value); }
1954 iterator insert(iterator it, const T& value) { return iterator(this, InsertBefore(it.m_pItem, value)); }
1955 void clear() { Clear(); }
1956 void erase(iterator it) { Remove(it.m_pItem); }
1957
1958 iterator begin() { return iterator(this, Front()); }

Callers 7

removeAllArraysMethod · 0.45
ClearMethod · 0.45
CleanupAfterFreeMethod · 0.45
NormalBlockClass · 0.45
RemoveAllMethod · 0.45

Calls 1

ClearFunction · 0.85

Tested by

no test coverage detected