Grok 10.0.1
Public Member Functions | Private Attributes | List of all members
grk::BufPool Class Reference

#include <StripCache.h>

Public Member Functions

 ~BufPool (void)
 
GrkIOBuf get (uint64_t len)
 
void put (GrkIOBuf b)
 

Private Attributes

std::map< uint8_t *, GrkIOBufpool
 

Constructor & Destructor Documentation

◆ ~BufPool()

grk::BufPool::~BufPool ( void  )
inline

References pool.

Member Function Documentation

◆ get()

GrkIOBuf grk::BufPool::get ( uint64_t  len)
inline

◆ put()

void grk::BufPool::put ( GrkIOBuf  b)
inline

References _grk_io_buf::data_, and pool.

Member Data Documentation

◆ pool

std::map<uint8_t*, GrkIOBuf> grk::BufPool::pool
private

Referenced by get(), put(), and ~BufPool().


The documentation for this class was generated from the following file: