/workspaces/astro/sol3-sdk/cpp/sol3/net/buffer_pool.h Source File
|
Space-ng SDK
|
buffer_pool.h
Go to the documentation of this file.
Small helper for read/write access to a value guarded by a shared mutex.
Definition: thread_safe_value.h:13
Definition: buffer_pool.h:21
BufferPool & operator=(BufferPool &&)=delete
BufferPool(std::size_t reserve_bytes)
BufferPool & operator=(BufferPool const &)=delete
~BufferPool()=default
BufferPool(BufferPool const &)=delete
std::shared_ptr< std::vector< uint8_t > > acquire()
BufferPool(BufferPool &&)=delete
Definition: buffer_pool.h:12
Generated by