|
TRUST 1.9.8
HPC thermohydraulic platform
|
#include <StatComm.h>
Public Member Functions | |
| StatComm () | |
| void | stat (int size) |
| int | get_szmin () |
| int | get_szmax () |
| int | get_nbmsg () |
| double | get_szmoy () |
| void | print_stat (Sortie &os) |
Definition at line 20 of file StatComm.h.
| StatComm::StatComm | ( | ) |
Definition at line 23 of file StatComm.cpp.
| int StatComm::get_nbmsg | ( | ) |
Definition at line 64 of file StatComm.cpp.
| int StatComm::get_szmax | ( | ) |
Definition at line 53 of file StatComm.cpp.
| int StatComm::get_szmin | ( | ) |
Definition at line 49 of file StatComm.cpp.
| double StatComm::get_szmoy | ( | ) |
Definition at line 57 of file StatComm.cpp.
| void StatComm::print_stat | ( | Sortie & | os | ) |
Definition at line 69 of file StatComm.cpp.
| void StatComm::stat | ( | int | size | ) |
Definition at line 31 of file StatComm.cpp.