Freeciv-3.1
|
#include <bitvector.h>
Data Fields | |
int | bits |
unsigned char * | vec |
Definition at line 32 of file bitvector.h.
int dbv::bits |
Definition at line 33 of file bitvector.h.
Referenced by bv_match_dbv(), bv_to_dbv(), client_player_init(), dbv_are_equal(), dbv_bits(), dbv_clr_all(), dbv_copy(), dbv_debug(), dbv_free(), dbv_init(), dbv_isset_any(), dbv_resize(), dbv_set_all(), dbv_to_bv(), and player_defaults().
unsigned char* dbv::vec |
Definition at line 34 of file bitvector.h.
Referenced by bv_match_dbv(), bv_to_dbv(), client_player_init(), dbv_are_equal(), dbv_clr(), dbv_clr_all(), dbv_copy(), dbv_debug(), dbv_free(), dbv_init(), dbv_isset(), dbv_isset_any(), dbv_resize(), dbv_set(), dbv_set_all(), dbv_to_bv(), map_is_known(), player_defaults(), and remove_player_from_maps().