All parsing parameters. More...
#include <ParsingToolkit.h>
Public Attributes | |
| char | escape { '\\' } |
| Escape character. More... | |
| std::string | comment { "#" } |
| Word introducing a comment. More... | |
| char | EOL { '\n' } |
| std::vector< QuotSpec_t > | quotes |
| List of matching start and end of quote. More... | |
All parsing parameters.
Definition at line 66 of file ParsingToolkit.h.
| std::string icarus::ParsingToolkit::Params_t::comment { "#" } |
Word introducing a comment.
Definition at line 71 of file ParsingToolkit.h.
| char icarus::ParsingToolkit::Params_t::EOL { '\n' } |
Definition at line 73 of file ParsingToolkit.h.
| char icarus::ParsingToolkit::Params_t::escape { '\\' } |
Escape character.
Definition at line 69 of file ParsingToolkit.h.
| std::vector<QuotSpec_t> icarus::ParsingToolkit::Params_t::quotes |
List of matching start and end of quote.
Definition at line 76 of file ParsingToolkit.h.
1.8.5