Blender V4.3
SortInfo Struct Reference

#include <list_sort_impl.h>

Public Attributes

unsigned int min_rank
 
unsigned int n_ranks
 
CompareFn func
 
list_noderanks [MAX_RANKS]
 

Detailed Description

Definition at line 119 of file list_sort_impl.h.

Member Data Documentation

◆ func

CompareFn SortInfo::func

Definition at line 121 of file list_sort_impl.h.

Referenced by init_sort_info(), insert_list(), and sweep_up().

◆ min_rank

unsigned int SortInfo::min_rank

Definition at line 120 of file list_sort_impl.h.

Referenced by init_sort_info(), insert_list(), and sweep_up().

◆ n_ranks

unsigned int SortInfo::n_ranks

Definition at line 120 of file list_sort_impl.h.

Referenced by init_sort_info(), insert_list(), and list_sort_do().

◆ ranks

list_node* SortInfo::ranks[MAX_RANKS]

Definition at line 129 of file list_sort_impl.h.

Referenced by insert_list(), and sweep_up().


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