ibis::util::buffer< T > Class Template Reference
A
buffer is intended to some temporary workspace in memory.
More...
#include <util.h>
List of all members.
|
Public Member Functions |
|
T * | address () const |
|
| buffer (uint32_t sz=0) |
|
const T & | operator[] (uint32_t i) const |
|
T & | operator[] (uint32_t i) |
|
uint32_t | size () const |
Detailed Description
template<typename T>
class ibis::util::buffer< T >
A
buffer is intended to some temporary workspace in memory.
The constructor allocates a certain amount of memory, default 16 MB; the destructor release the memory.
The documentation for this class was generated from the following file: