Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
numeric::histograms::OneDHistogram< key1 > Class Template Reference

#include <OneDHistogram.hh>

Public Member Functions

 OneDHistogram ()=default
 
void insert_data (key1 key_1, platform::Size counts)
 
platform::Size lookup_counts (key1 key_1)
 

Private Attributes

std::map< key1, platform::Sizehistogram_
 

Constructor & Destructor Documentation

template<typename key1 >
numeric::histograms::OneDHistogram< key1 >::OneDHistogram ( )
default

Member Function Documentation

template<typename key1 >
void numeric::histograms::OneDHistogram< key1 >::insert_data ( key1  key_1,
platform::Size  counts 
)
inline
template<typename key1 >
platform::Size numeric::histograms::OneDHistogram< key1 >::lookup_counts ( key1  key_1)
inline

Member Data Documentation

template<typename key1 >
std::map< key1, platform::Size > numeric::histograms::OneDHistogram< key1 >::histogram_
private

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