opatIO-cpp 0.3.0a
Open Parametrized Array Table
|
Structure to hold the catalog of tables in a DataCard. More...
#include <opatIO.h>
Public Attributes | |
std::unordered_map< FloatIndexVector, CardCatalogEntry > | tableIndex |
Map of index vectors to catalog entries. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const CardCatalog &catalog) |
Stream insertion operator for printing the card catalog. | |
Structure to hold the catalog of tables in a DataCard.
The CardCatalog maps index vectors to their corresponding CardCatalogEntry, enabling fast lookups.
|
friend |
Stream insertion operator for printing the card catalog.
os | Output stream. |
catalog | CardCatalog to print. |
std::unordered_map<FloatIndexVector, CardCatalogEntry> opat::CardCatalog::tableIndex |
Map of index vectors to catalog entries.