|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Entry stored in the registry. More...
#include <dynamic_registry.h>
Public Attributes | |
| SymbolId< Tag > | id |
| Canonical identifier. | |
| std::vector< std::string > | aliases |
| Additional names mapping to this entry. | |
| std::optional< ExternalKey > | ext |
| Optional external key. | |
| bool | builtin = false |
| If true, entry cannot be overridden. | |
Entry stored in the registry.
Each Entry contains:
Definition at line 212 of file dynamic_registry.h.
| std::vector<std::string> DynamicRegistry< Tag, ExternalKey, Hash >::Entry::aliases |
Additional names mapping to this entry.
Definition at line 214 of file dynamic_registry.h.
| bool DynamicRegistry< Tag, ExternalKey, Hash >::Entry::builtin = false |
If true, entry cannot be overridden.
Definition at line 216 of file dynamic_registry.h.
| std::optional<ExternalKey> DynamicRegistry< Tag, ExternalKey, Hash >::Entry::ext |
Optional external key.
Definition at line 215 of file dynamic_registry.h.
| SymbolId<Tag> DynamicRegistry< Tag, ExternalKey, Hash >::Entry::id |
Canonical identifier.
Definition at line 213 of file dynamic_registry.h.