success-bin.hh File Reference
#include <iostream>
#include <set>
#include "hpp/statistics/config.hh"
#include "hpp/statistics/bin.hh"
#include "hpp/statistics/fwd.hh"
Include dependency graph for success-bin.hh:

Classes

class  hpp::statistics::SuccessBin
 This class count the number of success and failure. More...
class  hpp::statistics::SuccessBin::Reason
 In case of failure, you can provide a reason. More...
class  hpp::statistics::SuccessStatistics

Namespaces

namespace  hpp
 

Implementation.


namespace  hpp::statistics

Defines

#define HPP_DEFINE_REASON_FAILURE(ID, STRING)

Define Documentation

#define HPP_DEFINE_REASON_FAILURE (   ID,
  STRING 
)
Value:
const ::hpp::statistics::SuccessBin::Reason ID = \
    ::hpp::statistics::SuccessBin::createReason ( STRING ); \
  struct e_n_d__w_i_t_h__s_e_m_i_c_o_l_o_n