Public Member Functions | |
bandwidth_stats_output (std::stringstream &ss) | |
void | operator() (const bandwidth_map::value_type &stats) |
void | output_totals () |
Private Attributes | |
std::stringstream & | ss_ |
bandwidth_stats_ptr | totals_ |
Definition at line 992 of file network.cpp.
|
inline |
Definition at line 993 of file network.cpp.
|
inline |
Definition at line 995 of file network.cpp.
References network::bandwidth_stats::bytes_width, network::bandwidth_stats::packet_width, ss_, totals_, and network::bandwidth_stats::type_width.
|
inline |
Definition at line 1005 of file network.cpp.
References totals_.
Referenced by network::get_bandwidth_stats().
|
private |
Definition at line 1010 of file network.cpp.
Referenced by operator()().
|
private |
Definition at line 1011 of file network.cpp.
Referenced by operator()(), and output_totals().