Classes | Typedefs
istreamwrapper.h File Reference
#include "stream.h"
#include <iosfwd>

Go to the source code of this file.

Classes

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

Typedefs

typedef BasicIStreamWrapper< std::istream > IStreamWrapper
 
typedef BasicIStreamWrapper< std::wistream > WIStreamWrapper
 

Typedef Documentation

typedef BasicIStreamWrapper<std::istream> IStreamWrapper

Definition at line 104 of file istreamwrapper.h.

typedef BasicIStreamWrapper<std::wistream> WIStreamWrapper

Definition at line 105 of file istreamwrapper.h.