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

Public Attributes

struct tiletarget_tile
 
int max_turns
 
struct pf_parameter template_params
 
QHash< const pf_parameter *, struct pf_position * > * hash
 

Detailed Description

Definition at line 3382 of file path_finding.cpp.

Member Data Documentation

◆ hash

QHash<const pf_parameter *, struct pf_position *>* pf_reverse_map::hash

Definition at line 3387 of file path_finding.cpp.

Referenced by pf_reverse_map_destroy(), and pf_reverse_map_pos().

◆ max_turns

int pf_reverse_map::max_turns

Definition at line 3384 of file path_finding.cpp.

Referenced by pf_reverse_map_new_for_city(), and pf_reverse_map_pos().

◆ target_tile

struct tile* pf_reverse_map::target_tile

Definition at line 3383 of file path_finding.cpp.

Referenced by pf_reverse_map_pos().

◆ template_params

struct pf_parameter pf_reverse_map::template_params

Definition at line 3384 of file path_finding.cpp.

Referenced by pf_reverse_map_unit_pos().