#include <setup.hpp>
|
| virtual Json::Value | to_json ()=0 |
| |
| virtual void | from_json (const Json::Value &root, const std::string &title)=0 |
| |
| virtual | ~Config ()=default |
| |
Definition at line 23 of file setup.hpp.
◆ ~Config()
| virtual openvpn::TunBuilderSetup::Config::~Config |
( |
| ) |
|
|
virtualdefault |
◆ from_json()
| virtual void openvpn::TunBuilderSetup::Config::from_json |
( |
const Json::Value & |
root, |
|
|
const std::string & |
title |
|
) |
| |
|
pure virtual |
◆ to_json()
| virtual Json::Value openvpn::TunBuilderSetup::Config::to_json |
( |
| ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: