Ariles
Classes | Namespaces | Typedefs
istreamwrapper.h File Reference

Detailed Description

Copied from a newer version of RapidJSON to add this functionality to older versions.

Author
See below

Definition in file istreamwrapper.h.

Go to the source code of this file.

#include <iosfwd>

Classes

class  ariles2::ns_rapidjson::BasicIStreamWrapper< StreamType >
 Wrapper of std::basic_istream into RapidJSON's Stream concept. More...
 

Namespaces

 ariles2
 
 ariles2::ns_rapidjson
 

Typedefs

using ariles2::ns_rapidjson::IStreamWrapper = BasicIStreamWrapper< std::istream >
 
using ariles2::ns_rapidjson::WIStreamWrapper = BasicIStreamWrapper< std::wistream >