hl7parse
Public Attributes | List of all members
buf Struct Reference

dynamically growing generic bytearray More...

#include <buffer.h>

Public Attributes

int length
 
int allocated
 
unsigned char * buffer
 

Detailed Description

dynamically growing generic bytearray

Member Data Documentation

◆ allocated

int buf::allocated

length of the allocated memory (will dynamically be raised if too small)

◆ buffer

unsigned char* buf::buffer

byte array containg the data

◆ length

int buf::length

length of the content


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