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

High-level adapter for dependent-block graph introspection. More...

#include <string>
#include <vector>
#include "Include.h"
#include "Parameters.h"
Include dependency graph for DependantBlockInfoProvider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DependantBlockInfoProvider
 Adapter exposing dependent-block metadata for one parameter namespace. More...
 

Detailed Description

High-level adapter for dependent-block graph introspection.

This provider exposes a compact API to inspect block-level dependencies from Python and C++ without requiring callers to manipulate Parameters, BlockAccessor, Block, or DependentBlock objects directly.

The inspected graph is the runtime graph currently held by the selected Parameters repository:

The API is intentionally name-based: callers provide a ParameterType and a block name, and receive either a boolean or lists of block names.

Definition in file DependantBlockInfoProvider.h.