Template Class Earcut::ObjectPool

Nested Relationships

This class is a nested type of Template Class Earcut.

Class Documentation

template<typename T, typename Alloc = std::allocator<T>>
class ObjectPool

Public Functions

inline ObjectPool()
inline ObjectPool(std::size_t blockSize_)
inline ~ObjectPool()
template<typename ...Args>
inline T *construct(Args&&... args)
inline void reset(std::size_t newBlockSize)
inline void clear()