MP-Gadget  5.0.1.dev1-76bc7d4726-dirty
Public Attributes | List of all members
crstruct Struct Reference
Collaboration diagram for crstruct:
[legend]

Public Attributes

void * base
 
size_t nmemb
 
size_t size
 
size_t rsize
 
void * arg
 
void(* radix )(const void *ptr, void *radix, void *arg)
 
_compar_fn_t compar
 
_bisect_fn_t bisect
 

Detailed Description

Definition at line 20 of file mpsort.c.

Member Data Documentation

◆ arg

void* crstruct::arg

◆ base

void* crstruct::base

◆ bisect

_bisect_fn_t crstruct::bisect

Definition at line 28 of file mpsort.c.

Referenced by piter_bisect().

◆ compar

_compar_fn_t crstruct::compar

◆ nmemb

size_t crstruct::nmemb

◆ radix

void(* crstruct::radix) (const void *ptr, void *radix, void *arg)

◆ rsize

size_t crstruct::rsize

◆ size

size_t crstruct::size

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