ERS Issue input stream interface.
More...
#include <InputStream.hpp>
ERS Issue input stream interface.
ERS Issue input stream interface.
- Author
- Serguei Kolos
Definition at line 29 of file InputStream.hpp.
◆ ~InputStream()
virtual ers::InputStream::~InputStream |
( |
| ) |
|
|
inlinevirtual |
◆ InputStream() [1/2]
ers::InputStream::InputStream |
( |
| ) |
|
|
protected |
Will be called when a new issue is received.
Definition at line 22 of file InputStream.cpp.
◆ InputStream() [2/2]
ers::InputStream::InputStream |
( |
const InputStream & | other | ) |
|
|
privatedelete |
◆ operator=()
◆ receive()
void ers::InputStream::receive |
( |
const Issue & | issue | ) |
|
|
protected |
Definition at line 26 of file InputStream.cpp.
27{
29}
virtual void receive(const Issue &issue)=0
Is called when a new issue is received.
◆ set_receiver()
◆ StreamManager
◆ m_receiver
The documentation for this class was generated from the following files: