ngscopeclient v0.2
Loading...
Searching...
No Matches
Classes | Typedefs
ScratchBufferManager.h File Reference

Declaration of ScratchBufferManager. More...

This graph shows which files directly or indirectly include this file:

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_tScratchBuffer_uint8_t
 
typedef ScratchBuffer< ScratchBufferManager::PoolID_uint32, uint32_tScratchBuffer_uint32_t
 
typedef ScratchBuffer< ScratchBufferManager::PoolID_float32, floatScratchBuffer_float32_t
 
typedef ScratchBuffer< ScratchBufferManager::PoolID_int64, int64_tScratchBuffer_int64_t
 

Detailed Description

Declaration of ScratchBufferManager.

Author
Andrew D. Zonenberg