Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

InputConnection< SAMPLE > Class Template Reference

#include <InputConnection.h>

Inheritance diagram for InputConnection< SAMPLE >:

Inheritance graph
[legend]
Collaboration diagram for InputConnection< SAMPLE >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class SAMPLE>
class InputConnection< SAMPLE >

InputConnection is a FilterConnection who can only read and cannot write.

Definition at line 8 of file InputConnection.h.

Public Methods

 InputConnection (BufferedFile *fd)
 Constructor which sets the bufferedfile.

 InputConnection (BufferedFile *fd, string name)
 Constructor which sets the bufferedfile and name.

string InputConnection ()
 get the XML Type of the InputConnection

virtual void process ()
 process, does not for input type since this is a pull based system

bool writable ()
 not writable


Constructor & Destructor Documentation

template<class SAMPLE>
InputConnection< SAMPLE >::InputConnection BufferedFile   fd [inline]
 

Constructor which sets the bufferedfile.

Definition at line 13 of file InputConnection.h.

template<class SAMPLE>
InputConnection< SAMPLE >::InputConnection BufferedFile   fd,
string    name
[inline]
 

Constructor which sets the bufferedfile and name.

Definition at line 18 of file InputConnection.h.

template<class SAMPLE>
string InputConnection< SAMPLE >::InputConnection   [inline]
 

get the XML Type of the InputConnection

Definition at line 23 of file InputConnection.h.


Member Function Documentation

template<class SAMPLE>
virtual void InputConnection< SAMPLE >::process   [inline, virtual]
 

process, does not for input type since this is a pull based system

Reimplemented from FilterConnection< SAMPLE >.

Definition at line 27 of file InputConnection.h.

template<class SAMPLE>
bool InputConnection< SAMPLE >::writable   [inline, virtual]
 

not writable

Reimplemented from Connection< SAMPLE >.

Definition at line 31 of file InputConnection.h.


The documentation for this class was generated from the following file:
Generated on Tue Dec 17 21:14:40 2002 for AUSS_Connector by doxygen1.2.18