Archon::Utilities::Stream::Connector< C > Struct Template Reference

Stream all avalable data from the reader endpoint into the writer endpoint. More...

#include <archon/util/stream.H>

Inheritance diagram for Archon::Utilities::Stream::Connector< C >:

Inheritance graph
[legend]
Collaboration diagram for Archon::Utilities::Stream::Connector< C >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Connector (Ref< ReaderBase< C > > r, Ref< WriterBase< C > > w, int bufferSize=4096)
void main ()

Detailed Description

template<typename C>
struct Archon::Utilities::Stream::Connector< C >

Stream all avalable data from the reader endpoint into the writer endpoint.

Note:
The character type used as template argument 'C' must have default copy semantics like for std::string.

IOExceptions will terminate your program.

Definition at line 320 of file stream.H.


The documentation for this struct was generated from the following file:
Generated on Sun Jul 30 22:58:19 2006 for Archon by  doxygen 1.4.4