liba 0.1.15
An algorithm library based on C/C++
Loading...
Searching...
No Matches
a_buf Struct Reference

instance structure for basic buffer More...

#include <buf.h>

Data Fields

void * ptr_
 
size_t siz_
 
size_t num_
 
size_t mem_
 

Detailed Description

instance structure for basic buffer

Field Documentation

◆ mem_

size_t a_buf::mem_

memory of element

◆ num_

size_t a_buf::num_

number of element

◆ ptr_

void* a_buf::ptr_

address of memory

◆ siz_

size_t a_buf::siz_

size of a element


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