vg
tools for working with variation graphs
Public Member Functions | Public Attributes | List of all members
vg::MinimizerMapper::aligner_stats_t::stat_collection_t Struct Reference

Collection of values you can +=. More...

#include <minimizer_mapper.hpp>

Public Member Functions

stat_collection_toperator+= (const double &value)
 
stat_collection_toperator+= (const stat_collection_t &other)
 
double total () const
 

Public Attributes

std::vector< double > values
 

Detailed Description

Collection of values you can +=.

Member Function Documentation

◆ operator+=() [1/2]

stat_collection_t& vg::MinimizerMapper::aligner_stats_t::stat_collection_t::operator+= ( const double &  value)
inline

◆ operator+=() [2/2]

stat_collection_t& vg::MinimizerMapper::aligner_stats_t::stat_collection_t::operator+= ( const stat_collection_t other)
inline

◆ total()

double vg::MinimizerMapper::aligner_stats_t::stat_collection_t::total ( ) const
inline

Member Data Documentation

◆ values

std::vector<double> vg::MinimizerMapper::aligner_stats_t::stat_collection_t::values

The documentation for this struct was generated from the following file: