ldpk
|
In Multithreading, more than one thread may work on the same line reading and writing, however resizing is not allowed. More...
#include <ldpk_line_cache.h>
Public Types | |
typedef cache_line_buffer< T > | cache_line_buffer_type |
Public Member Functions | |
line_ref (cache_line_buffer_type &b) | |
int | a () const |
int | b () const |
const T & | operator[] (int i) const |
T & | operator[] (int i) |
bool | exists (int i) const |
operator bool () const | |
Exists or not? | |
Public Attributes | |
cache_line_buffer_type * | _buffer |
In Multithreading, more than one thread may work on the same line reading and writing, however resizing is not allowed.