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

Method Front

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

Source from the content-addressed store, hash-verified

1944 bool IsEmpty() const { return m_Count == 0; }
1945
1946 Item* Front() { return m_pFront; }
1947 const Item* Front() const { return m_pFront; }
1948 Item* Back() { return m_pBack; }
1949 const Item* Back() const { return m_pBack; }

Callers 2

D3D12MemAlloc.cppFile · 0.45
NormalBlockClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected