Freeciv-3.1
|
#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 |
bool cf_sequence::bool_value |
Definition at line 304 of file shared.h.
Referenced by cf_bool_seq(), cf_trans_bool_seq(), and fc_vsnprintcf().
char cf_sequence::char_value |
Definition at line 305 of file shared.h.
Referenced by cf_char_seq(), and fc_vsnprintcf().
float cf_sequence::float_value |
Definition at line 307 of file shared.h.
Referenced by cf_float_seq(), and fc_vsnprintcf().
int cf_sequence::int_value |
Definition at line 306 of file shared.h.
Referenced by cf_hexa_seq(), cf_int_seq(), and fc_vsnprintcf().
char cf_sequence::letter |
Definition at line 302 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(), cf_trans_bool_seq(), and fc_vsnprintcf().
const void* cf_sequence::ptr_value |
Definition at line 308 of file shared.h.
Referenced by cf_ptr_seq(), and fc_vsnprintcf().
const char* cf_sequence::str_value |
Definition at line 309 of file shared.h.
Referenced by cf_str_seq(), and fc_vsnprintcf().
enum cf_type cf_sequence::type |
Definition at line 301 of file shared.h.
Referenced by cf_bool_seq(), cf_char_seq(), cf_end(), cf_float_seq(), cf_hexa_seq(), cf_int_seq(), cf_ptr_seq(), cf_str_seq(), cf_trans_bool_seq(), and fc_vsnprintcf().