hpp-statistics
4.9.0
Classes for doing statistics.
|
This is the complete list of members for hpp::statistics::SuccessBin, including all inherited members.
Bin() | hpp::statistics::Bin | inlineprotected |
createReason(const std::string &what) | hpp::statistics::SuccessBin | inlinestatic |
freq() const | hpp::statistics::Bin | inline |
isSuccess() const | hpp::statistics::SuccessBin | inline |
operator++() | hpp::statistics::Bin | inline |
operator++(int) | hpp::statistics::Bin | inline |
operator<(const SuccessBin &other) const | hpp::statistics::SuccessBin | inline |
operator==(const SuccessBin &other) const | hpp::statistics::SuccessBin | inline |
print(std::ostream &os) const | hpp::statistics::Bin | inlinevirtual |
reason() const | hpp::statistics::SuccessBin | inline |
REASON_UNKNOWN | hpp::statistics::SuccessBin | static |
reasonString() const | hpp::statistics::SuccessBin | inline |
SuccessBin(const bool success, const Reason &r=REASON_UNKNOWN) | hpp::statistics::SuccessBin | inline |