Enhancement - Nibbler

- Added Nibbler::getQuoted with support for unescaping escaped quotes
  and for including the original quotes.
This commit is contained in:
Paul Beckingham 2010-08-13 00:48:05 -04:00
parent 80f9af08e3
commit 91d5448a5a
3 changed files with 85 additions and 12 deletions

View file

@ -47,7 +47,7 @@ public:
bool getUntilEOL (std::string&);
bool getUntilEOS (std::string&);
bool getQuoted (char, std::string&);
bool getQuoted (char, std::string&, bool unescape = true, bool quote = false);
bool getInt (int&);
bool getUnsignedInt (int&);
bool getLiteral (const std::string&);