mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 08:31:43 +02:00
JSON Parser comment update
This commit is contained in:
@@ -221,10 +221,10 @@ public:
|
|||||||
static const int JSON_UNLIMITED_DEPTH = -1;
|
static const int JSON_UNLIMITED_DEPTH = -1;
|
||||||
|
|
||||||
Parser(const Handler::Ptr& pHandler = new ParseHandler, std::size_t bufSize = JSON_PARSE_BUFFER_SIZE);
|
Parser(const Handler::Ptr& pHandler = new ParseHandler, std::size_t bufSize = JSON_PARSE_BUFFER_SIZE);
|
||||||
/// Constructor.
|
/// Creates JSON Parser.
|
||||||
|
|
||||||
virtual ~Parser();
|
virtual ~Parser();
|
||||||
/// Destructor.
|
/// Destroys JSON Parser.
|
||||||
|
|
||||||
void reset();
|
void reset();
|
||||||
/// Resets the parser.
|
/// Resets the parser.
|
||||||
|
Reference in New Issue
Block a user