ARB
Classes | Macros | Typedefs | Enumerations
gb_main.h File Reference
#include "gb_local.h"
#include "gb_cb.h"
Include dependency graph for gb_main.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Macro Definition Documentation

#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

Typedef Documentation

typedef uint16_t gb_cache_idx

Definition at line 57 of file gb_main.h.

Enumeration Type Documentation

Enumerator
gb_open_all 
gb_open_read_only_all 
gb_open_read_only_small 

Definition at line 35 of file gb_main.h.