#include <gremlin.hpp>
|
| | Config (const std::string &config_str) |
| |
| std::string | to_string () const |
| |
| | RC () noexcept=default |
| |
| | RC (const RC &)=delete |
| |
| virtual | ~RC ()=default |
| |
| RC & | operator= (const RC &)=delete |
| |
| olong | use_count () const noexcept |
| | Delegates call to RCImpl and returns the result.
|
| |
|
| static constexpr bool | is_thread_safe () |
| | Delegates call to RCImpl and returns the result.
|
| |
Definition at line 118 of file gremlin.hpp.
◆ Ptr
◆ Config()
| openvpn::Gremlin::Config::Config |
( |
const std::string & |
config_str | ) |
|
|
inline |
◆ to_string()
| std::string openvpn::Gremlin::Config::to_string |
( |
| ) |
const |
|
inline |
◆ recv_delay_ms
| unsigned int openvpn::Gremlin::Config::recv_delay_ms = 0 |
◆ recv_drop_probability
| unsigned int openvpn::Gremlin::Config::recv_drop_probability = 0 |
◆ send_delay_ms
| unsigned int openvpn::Gremlin::Config::send_delay_ms = 0 |
◆ send_drop_probability
| unsigned int openvpn::Gremlin::Config::send_drop_probability = 0 |
The documentation for this class was generated from the following file: