|
My Project
|
#include <ratio.h>
Public Member Functions | |
| Ratio (const char *n=0, bool show=false) | |
| ~Ratio () | |
| void | add (bool success) |
| double | ratio () const |
| void | show () const |
| void | clear () |
Private Attributes | |
| Average | ave |
| const char * | name |
| bool | show_on_destructor |
|
inline |
Definition at line 18 of file ratio.h.
References name, show(), and show_on_destructor.
| osl::stat::Ratio::~Ratio | ( | ) |
|
inline |
Definition at line 22 of file ratio.h.
References ave.
Referenced by osl::checkmate::Dfpn::attack(), osl::checkmate::Dfpn::blockingSimulation(), osl::checkmate::DualDfpn::findProof(), osl::checkmate::Dfpn::grandParentSimulation(), and osl::checkmate::Dfpn::proofOracleAttack().
|
inline |
| void osl::stat::Ratio::show | ( | ) | const |
|
private |
|
private |
|
private |