#include <MoochoPack_ActSetStats.hpp>
Public Types | |
| enum | |
| Set to this value if a statistic is not known. More... | |
Public Member Functions | |
| ActSetStats () | |
| Construct all unknowns. | |
| void | set_stats (int num_active, int num_adds, int num_drops, int num_active_indep, int num_adds_indep, int num_drops_indep) |
| Initialize the statistics. | |
| int | num_active () const |
| | |
| int | num_adds () const |
| | |
| int | num_drops () const |
| | |
| int | num_active_indep () const |
| | |
| int | num_adds_indep () const |
| | |
| int | num_drops_indep () const |
| | |
Definition at line 39 of file MoochoPack_ActSetStats.hpp.
| anonymous enum |
Set to this value if a statistic is not known.
Definition at line 45 of file MoochoPack_ActSetStats.hpp.
| MoochoPack::ActSetStats::ActSetStats | ( | ) | [inline] |
| void MoochoPack::ActSetStats::set_stats | ( | int | num_active, | |
| int | num_adds, | |||
| int | num_drops, | |||
| int | num_active_indep, | |||
| int | num_adds_indep, | |||
| int | num_drops_indep | |||
| ) | [inline] |
| int MoochoPack::ActSetStats::num_active | ( | ) | const [inline] |
| int MoochoPack::ActSetStats::num_adds | ( | ) | const [inline] |
| int MoochoPack::ActSetStats::num_drops | ( | ) | const [inline] |
| int MoochoPack::ActSetStats::num_active_indep | ( | ) | const [inline] |
| int MoochoPack::ActSetStats::num_adds_indep | ( | ) | const [inline] |
| int MoochoPack::ActSetStats::num_drops_indep | ( | ) | const [inline] |
1.4.7