OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::ClientOptions::OptionErrors Class Reference

#include <cliopt.hpp>

Public Member Functions

void add_failed_opt (const Option &o, const std::string &message, bool fatal_arg)
 
void print_option_errors ()
 

Private Attributes

std::map< std::string, std::vector< Option > > options_per_category
 
bool fatal = false
 

Detailed Description

Definition at line 879 of file cliopt.hpp.

Member Function Documentation

◆ add_failed_opt()

void openvpn::ClientOptions::OptionErrors::add_failed_opt ( const Option o,
const std::string &  message,
bool  fatal_arg 
)
inline

Definition at line 882 of file cliopt.hpp.

Here is the caller graph for this function:

◆ print_option_errors()

void openvpn::ClientOptions::OptionErrors::print_option_errors ( )
inline

Definition at line 893 of file cliopt.hpp.

Member Data Documentation

◆ fatal

bool openvpn::ClientOptions::OptionErrors::fatal = false
private

Definition at line 924 of file cliopt.hpp.

◆ options_per_category

std::map<std::string, std::vector<Option> > openvpn::ClientOptions::OptionErrors::options_per_category
private

Definition at line 923 of file cliopt.hpp.


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