Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
cargo_iter Struct Reference

Data Fields

struct iterator vtable
 
const struct unit_list_link * links [GAME_TRANSPORT_MAX_RECURSIVE]
 
int depth
 

Detailed Description

Definition at line 51 of file unit.c.

Field Documentation

◆ depth

int cargo_iter::depth

Definition at line 54 of file unit.c.

Referenced by cargo_iter_get(), cargo_iter_init(), cargo_iter_next(), and unit_cargo_depth().

◆ links

const struct unit_list_link* cargo_iter::links[GAME_TRANSPORT_MAX_RECURSIVE]

Definition at line 53 of file unit.c.

Referenced by cargo_iter_get(), cargo_iter_init(), and cargo_iter_next().

◆ vtable

struct iterator cargo_iter::vtable

Definition at line 52 of file unit.c.