Pol
Revision:cb584c9
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
iostats.cpp
Go to the documentation of this file.
1
7
#include "
iostats.h
"
8
9
#include <cstring>
10
11
namespace
Pol
12
{
13
namespace
Network
14
{
15
IOStats::IOStats
()
16
{
17
memset( &
sent
, 0,
sizeof
sent
);
18
memset( &
received
, 0,
sizeof
received
);
19
}
20
}
21
}
Pol::Network::IOStats::received
Packet received[256]
Definition:
iostats.h:26
Pol::Network::IOStats::sent
Packet sent[256]
Definition:
iostats.h:25
Pol::Network::IOStats::IOStats
IOStats()
Definition:
iostats.cpp:15
Pol
Definition:
berror.cpp:12
iostats.h
pol
network
iostats.cpp
Generated on Wed Oct 10 2018 02:42:17 for Pol by
1.8.11