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

Configuration holder for CSV import/export of a DataFrame. More...

#include <string>
#include <vector>
#include <typeindex>
#include <unordered_map>
Include dependency graph for CSVOptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CSVOptions
 Options describing how to interpret or write CSV data. More...
 

Detailed Description

Configuration holder for CSV import/export of a DataFrame.

This struct captures how a DataFrame should be serialized to / deserialized from CSV: whether an index is present, the type of each column, and the type used for the index.

Definition in file CSVOptions.h.