Blender V5.0
LinkNodePair Struct Reference

#include <BLI_linklist.h>

Public Attributes

LinkNodelist
LinkNodelast_node

Detailed Description

Use for append (single linked list, storing the last element).

Note
list manipulation functions don't operate on this struct. This is only to be used while appending.

Definition at line 30 of file BLI_linklist.h.

Member Data Documentation

◆ last_node

LinkNode * LinkNodePair::last_node

◆ list


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