|
Om
|
Any object that items can be pushed to. More...
#include "sink.hpp"
Inheritance diagram for Om::Sink::Sink< ThisItem >:Public Member Functions | |
| virtual | ~Sink ()=0 |
| Sink & | operator= (ThisItem &) |
| Pushes to the Sink. More... | |
| Sink & | operator* () |
| Sink * | operator-> () |
| virtual void | Push (ThisItem &)=0 |
| Pushes an item. More... | |
Private Member Functions | |
| Sink & | operator= (Sink const &) |
|
pure virtual |
| Sink& Om::Sink::Sink< ThisItem >::operator= | ( | ThisItem & | ) |
*this | Sink& Om::Sink::Sink< ThisItem >::operator* | ( | ) |
*this | Sink* Om::Sink::Sink< ThisItem >::operator-> | ( | ) |
this
|
pure virtual |
|
private |