|
Freeciv-3.3
|
#include <shared.h>
Data Fields | ||
| enum cf_type | type | |
| char | letter | |
| union { | ||
| bool bool_value | ||
| char char_value | ||
| int int_value | ||
| float float_value | ||
| const void * ptr_value | ||
| const char * str_value | ||
| }; | ||
| union { ... } cf_sequence |
| char cf_sequence::letter |
Definition at line 310 of file shared.h.
Referenced by cf_bool_seq(), cf_char_seq(), cf_float_seq(), cf_hexa_seq(), cf_int_seq(), cf_ptr_seq(), cf_str_seq(), and cf_trans_bool_seq().
Definition at line 309 of file shared.h.
Referenced by cf_bool_seq(), cf_char_seq(), cf_end(), cf_float_seq(), cf_hexa_seq(), cf_ptr_seq(), cf_str_seq(), and cf_trans_bool_seq().