library of assembled shared sources |
http://lass.cocamware.com |
#include <proxy_i_stream.h>
Public Member Functions | |
ProxyIStream (std::istream *iSource=&std::cin) | |
void | setSource (std::istream *iSource) |
Set source stream of proxy. | |
template<typename T > | |
ProxyIStream & | operator>> (T &oOut) |
Private Attributes | |
std::istream * | source_ |
Definition at line 73 of file proxy_i_stream.h.
lass::io::ProxyIStream::ProxyIStream | ( | std::istream * | iSource = &std::cin |
) |
void lass::io::ProxyIStream::setSource | ( | std::istream * | iSource | ) |
Set source stream of proxy.
Definition at line 71 of file proxy_i_stream.cpp.
References source_.
Referenced by ProxyIStream().
ProxyIStream& lass::io::ProxyIStream::operator>> | ( | T & | oOut | ) | [inline] |
std::istream* lass::io::ProxyIStream::source_ [private] |
Generated on Mon Nov 10 14:22:09 2008 for Library of Assembled Shared Sources by 1.5.7.1 |