54 cout_ =
new ProxyOStream(&std::cout, ProxyOStream::acceptAll);
55 cerr_ =
new ProxyOStream(&std::cerr, ProxyOStream::acceptAll);
56 clog_ =
new ProxyOStream(&std::clog, ProxyOStream::acceptAll);
57 cin_ =
new ProxyIStream(&std::cin);
manages the four proxy streams.
static TInstance * instance()
Return pointer to singleton instance.
streams, binary streams, vrmlstreams, ...
ProxyMan * proxyMan()
access the ProxyMan singleton
Library for Assembled Shared Sources.