Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ObjectsOutputs.h File Reference
#include <string>
#include <vector>
#include <unordered_map>
#include <variant>
Include dependency graph for ObjectsOutputs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ScanVar
 
struct  DataPoint
 
struct  DataSet
 
struct  OutputSpec
 

Typedefs

using Value = std::variant< std::monostate, double, int64_t, bool, std::string >
 

Enumerations

enum class  OutputFormat { TERMINAL , CSV , JSON }
 

Typedef Documentation

◆ Value

using Value = std::variant<std::monostate, double, int64_t, bool, std::string>

Definition at line 9 of file ObjectsOutputs.h.

Enumeration Type Documentation

◆ OutputFormat

enum class OutputFormat
strong
Enumerator
TERMINAL 
CSV 
JSON 

Definition at line 35 of file ObjectsOutputs.h.