|
OpenVPN 3 Core Library
|
This is the complete list of members for openvpn::BufferLimit< T >, including all inherited members.
| add(const Buffer &buf) | openvpn::BufferLimit< T > | inline |
| BufferLimit() | openvpn::BufferLimit< T > | inline |
| BufferLimit(const T max_lines_arg, const T max_bytes_arg) | openvpn::BufferLimit< T > | inline |
| bytes_exceeded()=0 | openvpn::BufferLimit< T > | pure virtual |
| lines_exceeded()=0 | openvpn::BufferLimit< T > | pure virtual |
| max_bytes | openvpn::BufferLimit< T > | protected |
| max_lines | openvpn::BufferLimit< T > | protected |
| n_bytes | openvpn::BufferLimit< T > | protected |
| n_lines | openvpn::BufferLimit< T > | protected |
| reset() | openvpn::BufferLimit< T > | inline |
| set_max(const T max_lines_arg, const T max_bytes_arg) | openvpn::BufferLimit< T > | inline |
| ~BufferLimit()=default | openvpn::BufferLimit< T > | virtual |