ARB
|
Go to the source code of this file.
Classes | |
struct | gb_quick_save |
struct | gb_cache |
class | GB_MAIN_TYPE |
Macros | |
#define | ALLOWED_KEYS 15000 |
#define | ALLOWED_DATES 256 |
Typedefs | |
typedef uint16_t | gb_cache_idx |
Enumerations | |
enum | gb_open_types { gb_open_all = 0, gb_open_read_only_all = 16, gb_open_read_only_small = 17 } |
#define ALLOWED_KEYS 15000 |
Definition at line 84 of file gb_main.h.
Referenced by gb_create_key(), and gb_read_bin().
#define ALLOWED_DATES 256 |
Definition at line 85 of file gb_main.h.
Referenced by GB_MAIN_TYPE::GB_MAIN_TYPE(), gb_read_bin(), set_protection_level(), and GB_MAIN_TYPE::~GB_MAIN_TYPE().
typedef uint16_t gb_cache_idx |
enum gb_open_types |