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>
Go to the source code of this file.
Classes | |
class | ITableCallbacks |
Interface for managing ASAP index file operations. More... | |
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.