Poco::JSON::Parser

template < typename IT >

class Source

Library: JSON
Package: JSON
Header: Poco/JSON/Parser.h

Member Summary

Member Functions: nextChar

Constructors

Source inline

Source(
    const IT & it,
    const IT & end
);

Destructor

~Source inline

~Source();

Member Functions

nextChar inline

bool nextChar(
    CharIntType & c
);