ASAPCabinetFE
 
Loading...
Searching...
No Matches
itable_callbacks.h File Reference

Defines the ITableCallbacks interface for managing ASAP index files in ASAPCabinetFE. More...

#include "table_data.h"
#include "config/settings.h"
#include "core/ui/loading_progress.h"
#include <vector>
+ Include dependency graph for itable_callbacks.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ITableCallbacks
 Interface for managing ASAP index file operations. More...
 

Detailed Description

Defines the ITableCallbacks interface for managing ASAP index files in ASAPCabinetFE.

This header provides the ITableCallbacks interface, which specifies methods for loading, saving, and merging table data to/from an ASAP index file (asapcab_index.json). It is designed to be implemented by classes like AsapIndexManager for handling JSON-based serialization and deserialization of TableData.