BRL-CAD

#include <vls.h>

Data Fields

uint32_t vls_magic
 
char * vls_str
 
size_t vls_offset
 
size_t vls_len
 
size_t vls_max
 

Detailed Description

Primary bu_vls container

Definition at line 53 of file vls.h.

Field Documentation

◆ vls_magic

uint32_t vls_magic

Definition at line 54 of file vls.h.

◆ vls_str

char* vls_str

Dynamic memory for buffer

Definition at line 55 of file vls.h.

◆ vls_offset

size_t vls_offset

Positive index into vls_str where string begins

Definition at line 56 of file vls.h.

◆ vls_len

size_t vls_len

Length, not counting the null

Definition at line 57 of file vls.h.

◆ vls_max

size_t vls_max

Definition at line 58 of file vls.h.


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