Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 627 Bytes

StdStreamOutputStream.md

File metadata and controls

32 lines (19 loc) · 627 Bytes

StdStreamOutputStream

class StdStreamOutputStream

Inherited from: OutputStream.

Required header: <Eclog/StdStreamOutputStream.h>

The StdStreamOutputStream class warps a C++ output stream into an OutputStream.

Member functions

Name Description
(constructor) Constructor.

(constructor)

explicit StdStreamOutputStream(std::ostream& stream);

Constructs a StdStreamOutputStream.

Parameters

std::ostream& stream Stream to write to.