IN2OSM  1.0.1
istreamwrapper.h File Reference
#include "stream.h"
#include <iosfwd>
Include dependency graph for istreamwrapper.h:

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

◆ IStreamWrapper

typedef BasicIStreamWrapper<std::istream> IStreamWrapper

Definition at line 118 of file istreamwrapper.h.

◆ WIStreamWrapper

typedef BasicIStreamWrapper<std::wistream> WIStreamWrapper

Definition at line 119 of file istreamwrapper.h.