cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
LE_SocketPair Class Reference

#include <nts_types.hpp>

Collaboration diagram for LE_SocketPair:
[legend]

Public Member Functions

 LE_SocketPair ()
 
 LE_SocketPair (LE_SockAddr src, LE_SockAddr dst)
 

Public Attributes

LE_SockAddr src
 
LE_SockAddr dst
 

Detailed Description

Definition at line 260 of file nts_types.hpp.

Constructor & Destructor Documentation

◆ LE_SocketPair() [1/2]

LE_SocketPair::LE_SocketPair ( )
inline

Definition at line 264 of file nts_types.hpp.

264 {}

◆ LE_SocketPair() [2/2]

LE_SocketPair::LE_SocketPair ( LE_SockAddr  src,
LE_SockAddr  dst 
)
inline

Definition at line 265 of file nts_types.hpp.

265  :
266  src(src), dst(dst) {}
LE_SockAddr dst
Definition: nts_types.hpp:263
LE_SockAddr src
Definition: nts_types.hpp:262

Member Data Documentation

◆ dst

LE_SockAddr LE_SocketPair::dst

Definition at line 263 of file nts_types.hpp.

◆ src

LE_SockAddr LE_SocketPair::src

Definition at line 262 of file nts_types.hpp.


The documentation for this class was generated from the following file: