Library of Assembled Shared Sources
|
manages the four proxy streams. More...
#include <basic_ops.h>
manages the four proxy streams.
Lass has four proxy streams that replace the regular std streams and lass::io::ProxyMan owns them You can access these streams by three manners:
ProxyMan is a singleton, you can access it through ProxyMan::instance() or proxyMan(), both returning a pointer to the singleton.
The four proxy streams are created on first access of the ProxyMan singleton or any of its proxy streams and are automatically redirected to std::cout, std::cerr, std::clog and std::cin respectively.
Definition at line 77 of file basic_ops.h.