1 #ifndef GTRANSLATIONTABLE_H
2 #define GTRANSLATIONTABLE_H 1
5 #include "gelectronic.h"
10 #include <unordered_map>
27 log->debug(CONSTRUCTOR,
"GTranslationTable");
31 log->debug(DESTRUCTOR,
"GTranslationTable");
52 GElectronic
getElectronics(
const std::vector<int>& identity)
const;
56 std::unordered_map<std::string, GElectronic> tt;
66 std::string formTTKey(
const std::vector<int>& identity)
const;
Provides a translation table for GElectronic objects indexed by a vector-based identity.
GTranslationTable(GLogger *logger)
Constructor.
GElectronic getElectronics(const std::vector< int > &identity) const
Retrieves the GElectronic configuration for the provided identity.
void addGElectronicWithIdentity(const std::vector< int > &identity, const GElectronic >ron)
Adds a GElectronic configuration with the provided identity.