text_layout< error_metric, 2 > Struct Template Reference
Public Types | |
typedef error_metric::header_type | header_type |
Static Public Member Functions | |
static size_t | write_header (std::ostream &out, const header_type &, const std::vector< std::string > &, const char sep, const char eol) |
static size_t | write_metric (std::ostream &out, const error_metric &metric, const header_type &, const char sep, const char eol, const char) |
Detailed Description
template<>
struct illumina::interop::io::text_layout< error_metric, 2 >
Error Metric CSV text format
This class provide an interface for writing the error metrics to a CSV file:
- ErrorMetrics.csv
Member Typedef Documentation
typedef error_metric::header_type header_type |
Define a header type
Member Function Documentation
|
inlinestatic |
Write header to the output stream
- Parameters
-
out output stream sep column separator eol row separator
- Returns
- number of column headers
|
inlinestatic |
Write a error metric to the output stream
- Parameters
-
out output stream metric error metric sep column separator eol row separator
- Returns
- number of columns written
The documentation for this struct was generated from the following file:
- /io/src/interop/model/metrics/error_metric.cpp