|
typedef sigc::slot< void, size_t > | SlotOpenFinished |
|
|
static Glib::RefPtr< Database > | open (std::string const& path, SlotOpenFinished const& slot) |
|
|
static size_t const | S_buffer_size = 6 * 4096 - 64 |
|
|
| DatabaseSeekable (std::string const& path, SlotOpenFinished const& slot_open_finished) |
|
| Database (void) |
| Constructor.
|
|
void | process_next_data_block (char const* data, size_t size) |
| Process next data block. More...
|
|
|
int | number_of_lines (void) const |
|
size_t | number_of_characters (void) const |
|
void | reference (void) const |
|
void | unreference (void) const |
|
MemoryBlockList* | M_buffer |
| Linked list of blocks with valid data.
|
|
Glib::RefPtr< MemoryBlockNode > | M_new_block |
|
Definition at line 81 of file PgnDatabase.h.
The documentation for this class was generated from the following files: