Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
genlist Struct Reference

#include <genlist.h>

Data Fields

int nelements
 
fc_mutex mutex
 
struct genlist_linkhead_link
 
struct genlist_linktail_link
 
genlist_free_fn_t free_data_func
 

Detailed Description

Definition at line 59 of file genlist.h.

Field Documentation

◆ free_data_func

genlist_free_fn_t genlist::free_data_func

Definition at line 64 of file genlist.h.

Referenced by genlist_copy_full(), and genlist_new_full().

◆ head_link

struct genlist_link* genlist::head_link

Definition at line 62 of file genlist.h.

◆ mutex

fc_mutex genlist::mutex

Definition at line 61 of file genlist.h.

◆ nelements

int genlist::nelements

Definition at line 60 of file genlist.h.

◆ tail_link

struct genlist_link* genlist::tail_link

Definition at line 63 of file genlist.h.