|
BICO
1.1
|
Abstract base class for streaming algorithms. More...
#include <streamingalgorithm.h>


Public Member Functions | |
| virtual StreamingAlgorithm< T > & | operator<< (T const &element)=0 |
| Streaming operator. More... | |
Public Member Functions inherited from CluE::Algorithm | |
| virtual | ~Algorithm () |
| virtual SolutionProvider * | compute ()=0 |
| Runs the algorithm and returns the computed solution. More... | |
Abstract base class for streaming algorithms.
Definition at line 16 of file streamingalgorithm.h.
|
pure virtual |
Streaming operator.
Implemented in CluE::Bico< T >.