Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
ostreamwrapper.h File Reference
#include "stream.h"
#include <iosfwd>
Include dependency graph for ostreamwrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Typedefs

typedef BasicOStreamWrapper< std::ostream > OStreamWrapper
 
typedef BasicOStreamWrapper< std::wostream > WOStreamWrapper
 

Typedef Documentation

◆ OStreamWrapper

typedef BasicOStreamWrapper<std::ostream> OStreamWrapper

Definition at line 72 of file ostreamwrapper.h.

◆ WOStreamWrapper

typedef BasicOStreamWrapper<std::wostream> WOStreamWrapper

Definition at line 73 of file ostreamwrapper.h.