hl7parse
|
dynamically growing generic bytearray More...
#include <buffer.h>
Public Attributes | |
int | length |
int | allocated |
unsigned char * | buffer |
dynamically growing generic bytearray
int buf::allocated |
length of the allocated memory (will dynamically be raised if too small)
unsigned char* buf::buffer |
byte array containg the data
int buf::length |
length of the content