liba 0.1.15
An algorithm library based on C/C++
|
instance structure for basic buffer More...
#include <buf.h>
Data Fields | |
void * | ptr_ |
size_t | siz_ |
size_t | num_ |
size_t | mem_ |
instance structure for basic buffer
size_t a_buf::mem_ |
memory of element
size_t a_buf::num_ |
number of element
void* a_buf::ptr_ |
address of memory
size_t a_buf::siz_ |
size of a element