Loading...
Searching...
No Matches
stream.h File Reference

A utility class for abstracting an output stream. More...

#include "utils.h"
+ Include dependency graph for stream.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ledger::output_stream_t
 An output stream. More...
 

Namespaces

namespace  ledger
 

Detailed Description

A utility class for abstracting an output stream.

Author
John Wiegley, Omari Norman

Because Ledger might send output to a file, the console, or a pager child process, different cleanup is needed for each scenario. This file abstracts those various needs.

Definition in file stream.h.