Index Flowcell Summary

Modules

 Index Lane Summary
 

Functions

index_lane_summary & operator[] (const size_t n) INTEROP_THROW_SPEC((model
 
const index_lane_summary & operator[] (const size_t n) const INTEROP_THROW_SPEC((model
 
index_lane_summary & at (const size_t n) INTEROP_THROW_SPEC((model
 
const_reference at (const size_type n) const INTEROP_THROW_SPEC((model
 
size_t size () const
 

Detailed Description

Information used in the SAV Indexing Tab

See full class description

Function Documentation

index_lane_summary& at ( const size_t  n)
inline

Get reference to lane summary at given index

Deprecated:
Will be removed in next feature version (use operator[] instead for C++ Code)
Parameters
nindex
Returns
reference to lane summary
const_reference at ( const size_type  n) const
inline

Get constant reference to lane summary at given index

Deprecated:
Will be removed in next feature version (use operator[] instead for C++ Code)
Parameters
nindex
Returns
constant reference to lane summary
index_lane_summary& operator[] ( const size_t  n)
inline

Get reference to lane summary at given index

Note, in Python, C#, etc, this is converted to .at(index)

Parameters
nindex
Returns
reference to lane summary
const index_lane_summary& operator[] ( const size_t  n) const
inline

Get constant reference to lane summary at given index

Note, in Python, C#, etc, this is converted to .at(index)

Parameters
nindex
Returns
constant reference to lane summary
size_t size ( ) const
inline

Get number of summaries by read

Returns
number of summaries by read