7#include "config/settings.h"
Interface for loading table data.
Definition itable_loader.h:15
virtual std::vector< TableData > loadTableList(const Settings &settings, LoadingProgress *progress=nullptr)=0
Loads a list of table data entries.
virtual const std::map< char, int > & getLetterIndex() const =0
Retrieves the letter-to-index mapping.
Defines the LoadingProgress struct for tracking loading state in ASAPCabinetFE.
Tracks the loading progress state for ASAPCabinetFE.
Definition loading_progress.h:33
Defines the TableData struct for storing VPX table metadata and media paths.