#include <Parser.h>
Public Member Functions | |
| Proprietary (const string_type &opening, const string_type &closing, const string_type &escape, bool ignore_case) | |
Public Attributes | |
| string_type | opening |
| string_type | closing |
| string_type | escape |
| bool | ignore_case |
Represents a proprietary section like quoted strings or embedded data. Some examples: opening: '"' - closing: '"' - escape: '\' opening: '<![CDATA[' - closing: ']]>' - escape: '' <no escape>="">
| cl7::strings::Parser::Proprietary::Proprietary | ( | const string_type & | opening, | |
| const string_type & | closing, | |||
| const string_type & | escape, | |||
| bool | ignore_case | |||
| ) | [inline] |
1.7.1