|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Factory for creating IParser instances. More...
#include <ParserFactory.h>
Public Types | |
| enum class | Type { JSON , YAML , LHA } |
Static Public Member Functions | |
| static std::shared_ptr< IParser > | createParser (Type type) |
| Creates a parser instance of the specified type. | |
Factory for creating IParser instances.
Definition at line 13 of file ParserFactory.h.
|
strong |
| Enumerator | |
|---|---|
| JSON | |
| YAML | |
| LHA | |
Definition at line 15 of file ParserFactory.h.
Creates a parser instance of the specified type.
| type | The type of parser to create. |
Definition at line 25 of file ParserFactory.h.