|
hpp-statistics 6.0.0
Classes for doing statistics.
|
#include <hpp/statistics/success-bin.hh>
Public Member Functions | |
| Reason (std::size_t a_id, std::string a_what) | |
Public Attributes | |
| std::size_t | id |
| std::string | what |
In case of failure, you can provide a reason. Use macro DEFINE_REASON_FAILURE (REASON_NAME, Reason string) to define a new reason.
|
inline |
| std::size_t hpp::statistics::SuccessBin::Reason::id |
| std::string hpp::statistics::SuccessBin::Reason::what |