#include <Parser.h>
Public Member Functions | |
| BracketPair (const string_type &opening, const string_type &closing, bool ignore_case) | |
Public Attributes | |
| string_type | opening |
| string_type | closing |
| bool | ignore_case |
Represents a pair of brackets or concepts similar to this. Some examples: opening: '(' - closing: ')' opening: '<=' - closing: '%>'
| cl7::strings::Parser::BracketPair::BracketPair | ( | const string_type & | opening, | |
| const string_type & | closing, | |||
| bool | ignore_case | |||
| ) | [inline] |
1.7.1