![]() |
#include <memory>
#include <stack>
Go to the source code of this file.
Classes | |
class | SurgSim::Framework::ReuseFactory< T > |
Factory for acquiring new or unused existing instances of class T to reduce repeated deallocation and reallocation of objects with short lifespans. More... | |
class | SurgSim::Framework::ReuseFactory< T >::Deleter |
Custom deleter to keep unused objects for reuse, rather than actually deleting them. More... | |
Namespaces | |
SurgSim | |
SurgSim::Framework | |