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

A DNS domain name. More...

#include <dns_options.hpp>

Public Member Functions

std::string to_string () const
 Return string representation of the DnsDomain object.
 
void validate (const std::string &title) const
 

Public Attributes

std::string domain
 

Detailed Description

A DNS domain name.

Definition at line 89 of file dns_options.hpp.

Member Function Documentation

◆ to_string()

std::string openvpn::DnsDomain::to_string ( ) const
inline

Return string representation of the DnsDomain object.

Returns
std::string the string representation generated

Definition at line 96 of file dns_options.hpp.

◆ validate()

void openvpn::DnsDomain::validate ( const std::string &  title) const
inline

Definition at line 101 of file dns_options.hpp.

Member Data Documentation

◆ domain

std::string openvpn::DnsDomain::domain

Definition at line 122 of file dns_options.hpp.


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