Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
criterion_ordered_set Struct Reference

#include <ordered-set.h>

Data Fields

struct criterion_ordered_set_nodefirst
 
size_t size
 
f_criterion_cmp cmp
 
void(*const dtor )(void *, void *)
 

Detailed Description

Definition at line 31 of file ordered-set.h.

Field Documentation

◆ cmp

f_criterion_cmp criterion_ordered_set::cmp

Definition at line 34 of file ordered-set.h.

◆ dtor

void(*const criterion_ordered_set::dtor) (void *, void *)

Definition at line 35 of file ordered-set.h.

◆ first

struct criterion_ordered_set_node* criterion_ordered_set::first

Definition at line 32 of file ordered-set.h.

◆ size

size_t criterion_ordered_set::size

Definition at line 33 of file ordered-set.h.


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