Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::DeletionQueue Class Reference

Public Member Functions

void Initialize (uint32_t poolSize)
void PushDeletion (std::function< void()> fn)
void DeleteAll ()

Protected Attributes

std::vector< std::function< void()> > queue

The documentation for this class was generated from the following files:
  • /github/workspace/sources/code/EngineCore/Utils/DeferredDeletionQueue.hpp
  • /github/workspace/sources/code/EngineCore/Utils/DeferredDeletionQueue.cpp