Blender  V3.3
Public Attributes | List of all members
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 33 of file BLI_linklist.h.

Member Data Documentation

◆ last_node

LinkNode * LinkNodePair::last_node

◆ list

LinkNode* LinkNodePair::list

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