|
ngscopeclient v0.2
|
Declaration of ScratchBufferManager. More...

Go to the source code of this file.
Classes | |
| class | ScratchBufferManager |
| Memory pool for temporary working buffers. More... | |
| class | ScratchBuffer< ID, T > |
| RAII helper for allocations. More... | |
Typedefs | |
| typedef ScratchBuffer< ScratchBufferManager::PoolID_uint8, uint8_t > | ScratchBuffer_uint8_t |
| typedef ScratchBuffer< ScratchBufferManager::PoolID_uint32, uint32_t > | ScratchBuffer_uint32_t |
| typedef ScratchBuffer< ScratchBufferManager::PoolID_float32, float > | ScratchBuffer_float32_t |
| typedef ScratchBuffer< ScratchBufferManager::PoolID_int64, int64_t > | ScratchBuffer_int64_t |
Declaration of ScratchBufferManager.