cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <nts_types.hpp>
Public Member Functions | |
FourTuple () | |
FourTuple (LE_Ip4Addr myIp, LE_Ip4Addr theirIp, LE_TcpPort myPort, LE_TcpPort theirPort) | |
bool | operator< (const FourTuple &other) const |
Public Attributes | |
LE_Ip4Addr | myIp |
LE_Ip4Addr | theirIp |
LE_TcpPort | myPort |
LE_TcpPort | theirPort |
Definition at line 393 of file nts_types.hpp.
|
inline |
Definition at line 399 of file nts_types.hpp.
|
inline |
Definition at line 400 of file nts_types.hpp.
|
inline |
Definition at line 403 of file nts_types.hpp.
LE_Ip4Addr FourTuple::myIp |
Definition at line 395 of file nts_types.hpp.
LE_TcpPort FourTuple::myPort |
Definition at line 397 of file nts_types.hpp.
LE_Ip4Addr FourTuple::theirIp |
Definition at line 396 of file nts_types.hpp.
LE_TcpPort FourTuple::theirPort |
Definition at line 398 of file nts_types.hpp.