bin.hh File Reference
#include <ostream>
#include <list>
#include <algorithm>
#include "hpp/statistics/config.hh"
#include "hpp/statistics/fwd.hh"
Include dependency graph for bin.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  hpp::statistics::Bin
 Abstract class representing a bin. More...
 
class  hpp::statistics::Statistics< T >
 Template class to do statistics. More...
 

Namespaces

 hpp
 Implementation.
 
 hpp::statistics
 

Functions

std::ostream & hpp::statistics::operator<< (std::ostream &os, const hpp::statistics::Bin &b)
 
template<typename T >
std::ostream & hpp::statistics::operator<< (std::ostream &os, const hpp::statistics::Statistics< T > &ss)