|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Declares a proxy implementation of IMappingDatabasePort. More...
#include <memory>#include <string>#include <unordered_map>#include <optional>#include "IMappingDatabasePort.h"#include "IMappingDatabaseAdapter.h"#include "IMappingAdapterFactory.h"

Go to the source code of this file.
Classes | |
| class | MappingDatabaseProxy |
| Concrete IMappingDatabasePort that delegates to an adapter. More... | |
Declares a proxy implementation of IMappingDatabasePort.
The MappingDatabaseProxy wraps an IMappingDatabaseAdapter and exposes it through the IMappingDatabasePort interface, providing a stable view to clients regardless of the underlying data source.
Definition in file MappingDatabaseProxy.h.