libcute 0.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
cu_List Struct Reference

Singly linked list container. More...

#include <list.h>

Collaboration diagram for cu_List:
Collaboration graph
[legend]

Public Attributes

cu_List_Nodehead
 
size_t length
 
cu_Layout layout
 
cu_Allocator allocator
 
cu_Destructor_Optional destructor
 

Detailed Description

Singly linked list container.

Member Data Documentation

◆ allocator

cu_Allocator cu_List::allocator

allocator used for storage

◆ destructor

cu_Destructor_Optional cu_List::destructor

optional element destructor

◆ head

cu_List_Node* cu_List::head

first node in the list

◆ layout

cu_Layout cu_List::layout

layout of each element

◆ length

size_t cu_List::length

number of elements


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