]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/parser.h
Add a flag to return also internal statements
[libs/datafile.git] / source / parser.h
index 40907dcdb86b4b6b5a21b7635463f5d242b310f2..aeab71d2d3fbd4022e30a9c8b26b0ab3d14a31ed 100644 (file)
@@ -35,7 +35,7 @@ public:
        marked as bad and no more statements may be read, even if the exception was
        caught.
        */
-       Statement parse();
+       Statement parse(bool raw = false);
 
        operator bool() const { return good && in; }
 };