OpenVPN 3 Core Library
|
#include <relcommon.hpp>
Public Types | |
typedef reliable::id_t | id_t |
Public Member Functions | |
ReliableMessageBase () | |
bool | defined () const |
bool | erased () const |
void | erase () |
id_t | id () const |
Public Attributes | |
PACKET | packet |
Protected Attributes | |
id_t | id_ |
bool | erased_ |
Definition at line 28 of file relcommon.hpp.
typedef reliable::id_t openvpn::ReliableMessageBase< PACKET >::id_t |
Definition at line 31 of file relcommon.hpp.
|
inline |
Definition at line 33 of file relcommon.hpp.
|
inline |
|
inline |
Definition at line 46 of file relcommon.hpp.
|
inline |
Definition at line 41 of file relcommon.hpp.
|
inline |
|
protected |
Definition at line 62 of file relcommon.hpp.
|
protected |
Definition at line 61 of file relcommon.hpp.
PACKET openvpn::ReliableMessageBase< PACKET >::packet |
Definition at line 58 of file relcommon.hpp.