A utility class for abstracting an output stream. More...
#include "utils.h"
Go to the source code of this file.
Classes | |
class | ledger::output_stream_t |
An output stream. More... | |
Namespaces | |
namespace | ledger |
A utility class for abstracting an output stream.
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.