|
inlib
1.2.0
|


Public Member Functions | |
| stat_looper (base_ntu &a_ntu, const base_col &a_col) | |
| virtual | ~stat_looper () |
| stat_looper (const stat_looper &a_from) | |
| stat_looper & | operator= (const stat_looper &a_from) |
| bool | process () |
| T | mn () const |
| T | mx () const |
| T | S () const |
| T | S2 () const |
| uint64 | counter () const |
Protected Member Functions | |
| virtual bool | action (const T &a_v) |
Protected Attributes | |
| bool | m_first |
| T | m_mn |
| T | m_mx |
| T | m_S |
| T | m_S2 |
| uint64 | m_counter |
| inlib::ntu::stat_looper< T >::stat_looper | ( | base_ntu & | a_ntu, |
| const base_col & | a_col | ||
| ) | [inline] |
| virtual inlib::ntu::stat_looper< T >::~stat_looper | ( | ) | [inline, virtual] |
| inlib::ntu::stat_looper< T >::stat_looper | ( | const stat_looper< T > & | a_from | ) | [inline] |
| virtual bool inlib::ntu::stat_looper< T >::action | ( | const T & | a_v | ) | [inline, protected, virtual] |
Implements inlib::ntu::base_looper< T >.
| uint64 inlib::ntu::stat_looper< T >::counter | ( | ) | const [inline] |
| T inlib::ntu::stat_looper< T >::mn | ( | ) | const [inline] |
| T inlib::ntu::stat_looper< T >::mx | ( | ) | const [inline] |
| stat_looper& inlib::ntu::stat_looper< T >::operator= | ( | const stat_looper< T > & | a_from | ) | [inline] |
| bool inlib::ntu::stat_looper< T >::process | ( | ) | [inline] |
| T inlib::ntu::stat_looper< T >::S | ( | ) | const [inline] |
| T inlib::ntu::stat_looper< T >::S2 | ( | ) | const [inline] |
uint64 inlib::ntu::stat_looper< T >::m_counter [protected] |
bool inlib::ntu::stat_looper< T >::m_first [protected] |
T inlib::ntu::stat_looper< T >::m_mn [protected] |
T inlib::ntu::stat_looper< T >::m_mx [protected] |
T inlib::ntu::stat_looper< T >::m_S [protected] |
T inlib::ntu::stat_looper< T >::m_S2 [protected] |
1.7.5.1