Freeciv21
Develop your civilization from humble roots to a global empire
cargo_iter Struct Reference
+ Collaboration diagram for cargo_iter:

Public Attributes

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

Detailed Description

Definition at line 44 of file unit.cpp.

Member Data Documentation

◆ depth

int cargo_iter::depth

Definition at line 47 of file unit.cpp.

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 46 of file unit.cpp.

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

◆ vtable

struct iterator cargo_iter::vtable

Definition at line 2389 of file unit.cpp.