|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
#include <pool.h>
Public Member Functions | |
| cPool (size_t size) | |
Protected Attributes | |
| std::vector< std::unique_ptr< T > > | buffer |
| size_t | currentIndex = 0 |
Definition at line 31 of file pool.h.
References cPool< T >::buffer.
|
protected |
Definition at line 27 of file pool.h.
Referenced by cPool< T >::cPool().
|
protected |