Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
MartyPathProxy Class Reference

MARTY-side path proxy. More...

#include <MartyPathProxy.h>

Inheritance diagram for MartyPathProxy:
Collaboration diagram for MartyPathProxy:

Public Member Functions

 MartyPathProxy (std::shared_ptr< IMartyPathAdapter > adapter)
 
fs::path get_path (MartyPath path_name) const override
 
std::optional< fs::path > get_optional_path (MartyPath path_name) const override
 
- Public Member Functions inherited from IMartyPathProxy
virtual ~IMartyPathProxy ()=default
 

Detailed Description

MARTY-side path proxy.

This class deliberately does not know MemoryManager. It delegates every path request to an injected core-side adapter.

Definition at line 16 of file MartyPathProxy.h.

Constructor & Destructor Documentation

◆ MartyPathProxy()

MartyPathProxy::MartyPathProxy ( std::shared_ptr< IMartyPathAdapter adapter)
explicit

Definition at line 6 of file MartyPathProxy.cpp.

Member Function Documentation

◆ get_optional_path()

std::optional< fs::path > MartyPathProxy::get_optional_path ( MartyPath  path_name) const
overridevirtual

Implements IMartyPathProxy.

Definition at line 17 of file MartyPathProxy.cpp.

◆ get_path()

fs::path MartyPathProxy::get_path ( MartyPath  path_name) const
overridevirtual

Implements IMartyPathProxy.

Definition at line 13 of file MartyPathProxy.cpp.


The documentation for this class was generated from the following files: