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

Public Attributes

int id
 
char name [MAX_LEN_NAME]
 
enum global_worklist_status status
 
union {
   struct {
      int   length
 
      uni_name   entries [MAX_LEN_WORKLIST]
 
   }   unbuilt
 
   struct worklist   worklist
 
}; 
 

Detailed Description

Definition at line 49 of file global_worklist.cpp.

Member Data Documentation

◆ 

union { ... }

◆ entries

uni_name global_worklist::entries[MAX_LEN_WORKLIST]

Definition at line 56 of file global_worklist.cpp.

◆ id

int global_worklist::id

Definition at line 50 of file global_worklist.cpp.

Referenced by global_worklist_alloc(), and global_worklist_id().

◆ length

int global_worklist::length

Definition at line 55 of file global_worklist.cpp.

Referenced by global_worklist_load().

◆ name

char global_worklist::name[MAX_LEN_NAME]

◆ status

◆ 

struct { ... } global_worklist::unbuilt

◆ worklist

struct worklist global_worklist::worklist