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

#include <lex.hpp>

Public Member Functions

void put (char c)
 
bool available () const
 
int get () const
 
void reset ()
 
bool in_quote () const
 
bool in_backslash () const
 

Private Attributes

int ch = -1
 

Detailed Description

Definition at line 133 of file lex.hpp.

Member Function Documentation

◆ available()

bool openvpn::NullLex::available ( ) const
inline

Definition at line 140 of file lex.hpp.

◆ get()

int openvpn::NullLex::get ( ) const
inline

Definition at line 144 of file lex.hpp.

◆ in_backslash()

bool openvpn::NullLex::in_backslash ( ) const
inline

Definition at line 156 of file lex.hpp.

◆ in_quote()

bool openvpn::NullLex::in_quote ( ) const
inline

Definition at line 152 of file lex.hpp.

◆ put()

void openvpn::NullLex::put ( char  c)
inline

Definition at line 136 of file lex.hpp.

◆ reset()

void openvpn::NullLex::reset ( )
inline

Definition at line 148 of file lex.hpp.

Member Data Documentation

◆ ch

int openvpn::NullLex::ch = -1
private

Definition at line 162 of file lex.hpp.


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