BRL-CAD

#include <vlb.h>

Data Fields

uint32_t magic
 
unsigned char * buf
 
size_t bufCapacity
 
size_t nextByte
 

Detailed Description

Variable Length Buffer: bu_vlb support

Definition at line 45 of file vlb.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 46 of file vlb.h.

◆ buf

unsigned char* buf

Dynamic memory for the buffer

Definition at line 47 of file vlb.h.

◆ bufCapacity

size_t bufCapacity

Current capacity of the buffer

Definition at line 48 of file vlb.h.

◆ nextByte

size_t nextByte

Number of bytes currently used in the buffer

Definition at line 49 of file vlb.h.


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