Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
MappingDatabaseProxy.h File Reference

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"
Include dependency graph for MappingDatabaseProxy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MappingDatabaseProxy
 Concrete IMappingDatabasePort that delegates to an adapter. More...
 

Detailed Description

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.