BRL-CAD

#include <list.h>

Collaboration diagram for bu_list:
[legend]

Data Fields

uint32_t magic
 Magic # for mem id/check. More...
 
struct bu_listforw
 "forward", "next" More...
 
struct bu_listback
 "back", "last" More...
 

Detailed Description

Definition at line 131 of file list.h.

Field Documentation

◆ magic

uint32_t magic

Magic # for mem id/check.

Definition at line 132 of file list.h.

◆ forw

struct bu_list* forw

"forward", "next"

Definition at line 133 of file list.h.

◆ back

struct bu_list* back

"back", "last"

Definition at line 134 of file list.h.


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