index_flowcell_summary.h
Go to the documentation of this file.
61 index_lane_summary& operator[](const size_t n) INTEROP_THROW_SPEC(( model::index_out_of_bounds_exception ))
73 const index_lane_summary& operator[](const size_t n)const INTEROP_THROW_SPEC(( model::index_out_of_bounds_exception ))
84 index_lane_summary& at(const size_t n) INTEROP_THROW_SPEC(( model::index_out_of_bounds_exception ))
95 const_reference at(const size_type n)const INTEROP_THROW_SPEC(( model::index_out_of_bounds_exception ))
lane_summary_vector_t::reference reference
Definition: index_flowcell_summary.h:28
friend std::istream & operator>>(std::istream &in, index_flowcell_summary &summary)
Definition: index_summary.cpp:134
lane_summary_vector_t::size_type size_type
Definition: index_flowcell_summary.h:36
Definition: enum_description.h:15
index_flowcell_summary(const size_t n=0)
Definition: index_flowcell_summary.h:42
void resize(const size_type n)
Definition: index_flowcell_summary.h:116
const_iterator begin() const
Definition: index_flowcell_summary.h:140
const_iterator end() const
Definition: index_flowcell_summary.h:148
index_lane_summary & at(const size_t n) INTEROP_THROW_SPEC((model
Definition: index_flowcell_summary.h:84
def summary(run_metrics, level='Total', columns=None, dtype='f4', ignore_missing_columns=True, extra)
Definition: core.py:217
Definition: generic_layout.h:24
index_lane_summary & operator[](const size_t n) INTEROP_THROW_SPEC((model
Definition: index_flowcell_summary.h:61
const_reference at(const size_type n) const INTEROP_THROW_SPEC((model
Definition: index_flowcell_summary.h:95
lane_summary_vector_t::const_iterator const_iterator
Definition: index_flowcell_summary.h:34
iterator begin()
Definition: index_flowcell_summary.h:124
void sort()
Definition: index_flowcell_summary.h:154
const index_lane_summary & operator[](const size_t n) const INTEROP_THROW_SPEC((model
Definition: index_flowcell_summary.h:73
void clear()
Definition: index_flowcell_summary.h:161
size_t size() const
Definition: index_flowcell_summary.h:104
friend std::ostream & operator<<(std::ostream &out, const index_flowcell_summary &summary)
Definition: index_summary.cpp:120
Definition: metric_exceptions.h:25
Definition: index_flowcell_summary.h:21
lane_summary_vector_t::iterator iterator
Definition: index_flowcell_summary.h:32
lane_summary_vector_t::const_reference const_reference
Definition: index_flowcell_summary.h:30
iterator end()
Definition: index_flowcell_summary.h:132
Definition: index_lane_summary.h:20
std::vector< index_lane_summary > lane_summary_vector_t
Definition: index_flowcell_summary.h:25