BRL-CAD

#include <ptbl.h>

Collaboration diagram for bu_ptbl:
[legend]

Data Fields

struct bu_list l
 
size_t end
 
size_t blen
 
long ** buffer
 

Detailed Description

Support for generalized "pointer tables".

Definition at line 53 of file ptbl.h.

Field Documentation

◆ l

struct bu_list l

linked list for caller's use

Definition at line 231 of file ptbl.h.

◆ end

size_t end

index into buffer of first available location

Definition at line 55 of file ptbl.h.

◆ blen

size_t blen

of (long *)'s worth of storage at *buffer

Definition at line 56 of file ptbl.h.

◆ buffer

long** buffer

data storage area

Definition at line 57 of file ptbl.h.


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