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

#include <unicode.hpp>

Classes

struct  Char
 

Public Member Functions

 UTF8Iterator (const std::string &str_arg)
 
bool get (Char &c)
 

Private Attributes

const unsigned char * str
 
size_t size
 

Detailed Description

Definition at line 234 of file unicode.hpp.

Constructor & Destructor Documentation

◆ UTF8Iterator()

openvpn::Unicode::UTF8Iterator::UTF8Iterator ( const std::string &  str_arg)
inline

Definition at line 257 of file unicode.hpp.

Member Function Documentation

◆ get()

bool openvpn::Unicode::UTF8Iterator::get ( Char c)
inline

Definition at line 263 of file unicode.hpp.

Member Data Documentation

◆ size

size_t openvpn::Unicode::UTF8Iterator::size
private

Definition at line 290 of file unicode.hpp.

◆ str

const unsigned char* openvpn::Unicode::UTF8Iterator::str
private

Definition at line 289 of file unicode.hpp.


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