Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Protium::Containers::Histogram< BinType >::Bin Struct Reference

Public Member Functions

bool operator< (const Bin &rhs) const
 
bool operator== (const Bin &rhs) const
 
bool operator> (const Bin &rhs) const
 

Public Attributes

BinType loweredge
 
BinType width
 

Detailed Description

template<class BinType = double>
struct Protium::Containers::Histogram< BinType >::Bin

Definition at line 15 of file Histogram.h.

Member Function Documentation

template<class BinType = double>
bool Protium::Containers::Histogram< BinType >::Bin::operator< ( const Bin rhs) const
inline

Definition at line 19 of file Histogram.h.

template<class BinType = double>
bool Protium::Containers::Histogram< BinType >::Bin::operator== ( const Bin rhs) const
inline

Definition at line 27 of file Histogram.h.

template<class BinType = double>
bool Protium::Containers::Histogram< BinType >::Bin::operator> ( const Bin rhs) const
inline

Definition at line 23 of file Histogram.h.

Member Data Documentation

template<class BinType = double>
BinType Protium::Containers::Histogram< BinType >::Bin::loweredge

Definition at line 16 of file Histogram.h.

template<class BinType = double>
BinType Protium::Containers::Histogram< BinType >::Bin::width

Definition at line 17 of file Histogram.h.