Public Member Functions | List of all members
Json::CharReader::Factory Class Referenceabstract

#include <json.h>

Inheritance diagram for Json::CharReader::Factory:
Inheritance graph
[legend]

Public Member Functions

virtual CharReadernewCharReader () const =0
 Allocate a CharReader via operator new(). More...
 
virtual ~Factory ()
 

Detailed Description

Definition at line 1468 of file json.h.

Constructor & Destructor Documentation

virtual Json::CharReader::Factory::~Factory ( )
inlinevirtual

Definition at line 1470 of file json.h.

Member Function Documentation

virtual CharReader* Json::CharReader::Factory::newCharReader ( ) const
pure virtual

Allocate a CharReader via operator new().

Exceptions
std::exceptionif something goes wrong (e.g. invalid settings)

Implemented in Json::CharReaderBuilder.


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