OpenVPN 3 Core Library
|
Helper class to handle quote processing. More...
#include <lex.hpp>
Public Member Functions | |
bool | in_quote () const |
Check if currently inside a quote. | |
Protected Member Functions | |
bool | handle_quote (char c) |
Handle a character as a potential quote. | |
Private Attributes | |
bool | in_squote = false |
bool | in_dquote = false |
Helper class to handle quote processing.
This class provides functionality to handle single and double quotes within a text. It allows treating single quotes as regular characters when inside double quotes, and vice versa.
|
inlineprotected |
|
inline |
|
private |
|
private |