ARB
|
#include <gb_data.h>
Public Attributes | |
unsigned int | type: 4 |
unsigned int | security_delete: 3 |
unsigned int | security_write: 3 |
unsigned int | security_read: 3 |
unsigned int | compressed_data: 1 |
unsigned int | unused: 1 |
unsigned int | user_flags: 8 |
unsigned int | temporary: 1 |
unsigned int | saved_flags: 8 |
unsigned int gb_flag_types::type |
Definition at line 66 of file gb_data.h.
Referenced by gb_make_container(), gb_make_entry(), GB_TYPE_TS(), gbcm_read_bin(), and GBDATA::type().
unsigned int gb_flag_types::security_delete |
Definition at line 67 of file gb_data.h.
Referenced by gb_copy_explicit(), gb_read_bin_rek_V2(), gb_write_bin_rek(), gb_write_one_child(), and set_protection_level().
unsigned int gb_flag_types::security_write |
Definition at line 68 of file gb_data.h.
Referenced by gb_copy_explicit(), gb_read_bin_rek_V2(), gb_write_bin_rek(), gb_write_one_child(), and set_protection_level().
unsigned int gb_flag_types::security_read |
Definition at line 69 of file gb_data.h.
Referenced by gb_copy_explicit(), gb_read_bin_rek_V2(), gb_write_bin_rek(), gb_write_one_child(), and set_protection_level().
unsigned int gb_flag_types::compressed_data |
Definition at line 70 of file gb_data.h.
Referenced by gb_ascii_2_bin(), gb_bin_2_ascii(), gb_copy_explicit(), GB_delete(), GB_is_dictionary_compressed(), gb_read_bin_rek_V2(), gb_read_dict_data(), GB_read_floats_pntr(), GB_read_ints_pntr(), GB_read_pntr(), gb_read_pntr_ts(), gb_write_bin_rek(), GB_write_bits(), gb_write_compressed_pntr(), and GB_write_pntr().
unsigned int gb_flag_types::unused |
Definition at line 71 of file gb_data.h.
Referenced by convertFlags4Save(), gb_read_bin_rek_V2(), and gb_write_bin_rek().
unsigned int gb_flag_types::user_flags |
Definition at line 72 of file gb_data.h.
Referenced by convertFlags4Save().
unsigned int gb_flag_types::temporary |
Definition at line 73 of file gb_data.h.
Referenced by convertFlags4Save(), GB_clear_temporary(), GB_is_temporary(), gb_is_writeable(), gb_make_entry(), GB_set_temporary(), scanGbdByKey(), and write_GBDATA().
unsigned int gb_flag_types::saved_flags |
Definition at line 74 of file gb_data.h.
Referenced by convertFlags4Save(), gb_abort_entry(), gb_check_in_undo_modify(), GB_write_flag(), and undo_entry().