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

#include <indexed_title.hpp>

Public Member Functions

 IndexedTitle (const char *title, const size_t index)
 
std::string to_string () const
 
bool empty () const
 

Private Attributes

const char * title_
 
size_t index_
 

Detailed Description

Definition at line 22 of file indexed_title.hpp.

Constructor & Destructor Documentation

◆ IndexedTitle()

openvpn::IndexedTitle::IndexedTitle ( const char *  title,
const size_t  index 
)
inline

Definition at line 25 of file indexed_title.hpp.

Member Function Documentation

◆ empty()

bool openvpn::IndexedTitle::empty ( ) const
inline

Definition at line 36 of file indexed_title.hpp.

◆ to_string()

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

Definition at line 31 of file indexed_title.hpp.

Member Data Documentation

◆ index_

size_t openvpn::IndexedTitle::index_
private

Definition at line 43 of file indexed_title.hpp.

◆ title_

const char* openvpn::IndexedTitle::title_
private

Definition at line 42 of file indexed_title.hpp.


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