Public Member Functions | Private Attributes | List of all members
Json::OurCharReader Class Reference
Inheritance diagram for Json::OurCharReader:
Inheritance graph
[legend]

Public Member Functions

 OurCharReader (bool collectComments, OurFeatures const &features)
 
virtual bool parse (char const *beginDoc, char const *endDoc, Value *root, std::string *errs)
 Read a Value from a JSON document. The document must be a UTF-8 encoded string containing the document to read. More...
 
- Public Member Functions inherited from Json::CharReader
virtual ~CharReader ()
 

Private Attributes

bool const collectComments_
 
OurReader reader_
 

Detailed Description

Definition at line 2053 of file jsoncpp.cpp.

Constructor & Destructor Documentation

Json::OurCharReader::OurCharReader ( bool  collectComments,
OurFeatures const &  features 
)
inline

Definition at line 2057 of file jsoncpp.cpp.

Member Function Documentation

virtual bool Json::OurCharReader::parse ( char const *  beginDoc,
char const *  endDoc,
Value root,
std::string *  errs 
)
inlinevirtual

Read a Value from a JSON document. The document must be a UTF-8 encoded string containing the document to read.

Parameters
beginDocPointer on the beginning of the UTF-8 encoded string of the document to read.
endDocPointer on the end of the UTF-8 encoded string of the document to read. Must be >= beginDoc.
root[out] Contains the root value of the document if it was successfully parsed.
errs[out] Formatted error messages (if not NULL) a user friendly string that lists errors in the parsed document.
Returns
true if the document was successfully parsed, false if an error occurred.

Implements Json::CharReader.

Definition at line 2063 of file jsoncpp.cpp.

Member Data Documentation

bool const Json::OurCharReader::collectComments_
private

Definition at line 2054 of file jsoncpp.cpp.

OurReader Json::OurCharReader::reader_
private

Definition at line 2055 of file jsoncpp.cpp.


The documentation for this class was generated from the following file:


mission_planning
Author(s): ivan
autogenerated on Thu Nov 12 2015 19:08:20