|
Blender V4.3
|
#include <list_sort_impl.h>
Public Attributes | |
| unsigned int | min_rank |
| unsigned int | n_ranks |
| CompareFn | func |
| list_node * | ranks [MAX_RANKS] |
Definition at line 119 of file list_sort_impl.h.
| CompareFn SortInfo::func |
Definition at line 121 of file list_sort_impl.h.
Referenced by init_sort_info(), insert_list(), and sweep_up().
| 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().
| 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().
Definition at line 129 of file list_sort_impl.h.
Referenced by insert_list(), and sweep_up().