qxLib
Public Member Functions | List of all members
qx::static_buffer Class Reference

Class contains static buffers of different types. More...

#include <static_buffer.h>

Public Member Functions

template<class T >
T & get_buffer ()
 Get buffer of type T. More...
 
void clear ()
 Clear all buffers. More...
 

Detailed Description

Class contains static buffers of different types.

These buffers may be used to decrease number of allocations when you need temporary storage

Author
Khrapov
Date
15.08.2022

Definition at line 28 of file static_buffer.h.

Member Function Documentation

◆ clear()

void qx::static_buffer::clear ( )
inline

Clear all buffers.

Warning
This method should be called from every thread using this class Otherwise we would have to protect the modification of the buffer with a mutex

Definition at line 60 of file static_buffer.h.

◆ get_buffer()

template<class T >
T& qx::static_buffer::get_buffer ( )
inline

Get buffer of type T.

Template Parameters
T- buffer type
Return values
-buffer instance

Definition at line 39 of file static_buffer.h.


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