#include <lex.hpp>
|
bool | handle_quote (char c) |
| Handle a character as a potential quote.
|
|
Definition at line 83 of file lex.hpp.
◆ available()
bool openvpn::StandardLex::available |
( |
| ) |
const |
|
inline |
◆ get()
int openvpn::StandardLex::get |
( |
| ) |
const |
|
inline |
◆ in_backslash()
bool openvpn::StandardLex::in_backslash |
( |
| ) |
const |
|
inline |
◆ put()
void openvpn::StandardLex::put |
( |
char |
c | ) |
|
|
inline |
◆ reset()
void openvpn::StandardLex::reset |
( |
| ) |
|
|
inline |
◆ backslash_
bool openvpn::StandardLex::backslash_ = false |
|
private |
◆ ch
int openvpn::StandardLex::ch = -1 |
|
private |
◆ in_backslash_
bool openvpn::StandardLex::in_backslash_ = false |
|
private |
The documentation for this class was generated from the following file: