Public Member Functions | |
bandwidth_stats & | operator+= (const bandwidth_stats &a) |
Public Attributes | |
int | out_packets |
int | out_bytes |
int | in_packets |
int | in_bytes |
int | day |
Static Public Attributes | |
static const size_t | type_width = 16 |
static const size_t | packet_width = 7 |
static const size_t | bytes_width = 10 |
Definition at line 942 of file network.cpp.
|
inline |
Definition at line 951 of file network.cpp.
References in_bytes, in_packets, out_bytes, and out_packets.
|
static |
Definition at line 950 of file network.cpp.
Referenced by network::get_bandwidth_stats(), and network::bandwidth_stats_output::operator()().
int network::bandwidth_stats::day |
Definition at line 947 of file network.cpp.
int network::bandwidth_stats::in_bytes |
Definition at line 946 of file network.cpp.
Referenced by operator+=().
int network::bandwidth_stats::in_packets |
Definition at line 945 of file network.cpp.
Referenced by operator+=().
int network::bandwidth_stats::out_bytes |
Definition at line 944 of file network.cpp.
Referenced by operator+=().
int network::bandwidth_stats::out_packets |
Definition at line 943 of file network.cpp.
Referenced by operator+=().
|
static |
Definition at line 949 of file network.cpp.
Referenced by network::get_bandwidth_stats(), and network::bandwidth_stats_output::operator()().
|
static |
Definition at line 948 of file network.cpp.
Referenced by network::get_bandwidth_stats(), and network::bandwidth_stats_output::operator()().