![]() |
Libftpp
A modern C++ library
|
#include <cstddef>#include <stack>#include <stdexcept>#include <vector>#include "pool.tpp"
Include dependency graph for pool.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Pool< TType > |
| Pool of reusable memory. More... | |
| class | Pool< TType >::Object |
| Wrapper around a TType object managed by the Pool. Provides access to the underlying TType object. More... | |