Public Member Functions | Public Attributes

cl7::strings::Parser::Proprietary Struct Reference

#include <Parser.h>

List of all members.

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

Detailed Description

Represents a proprietary section like quoted strings or embedded data. Some examples: opening: '"' - closing: '"' - escape: '\' opening: '<![CDATA[' - closing: ']]>' - escape: '' <no escape>="">


Constructor & Destructor Documentation

cl7::strings::Parser::Proprietary::Proprietary ( const string_type opening,
const string_type closing,
const string_type escape,
bool  ignore_case 
) [inline]

Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines