Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <IstreamLineInterface.h>
Public Member Functions | |
IstreamLineInterface (Stream ifs) | |
![]() | |
virtual void | lineCallback (const std::string &) const |
LineInterface ()=default | |
LineInterface (LineInterface &&) noexcept=default | |
LineInterface (const LineInterface &)=delete | |
LineInterface & | operator= (LineInterface &&) noexcept=delete |
LineInterface & | operator= (const LineInterface &)=delete |
virtual | ~LineInterface () noexcept=default |
Stream line reader serves as an adaptor to read from arbitrary stream.
Stream | the type of the stream to read from. It can be either reference or value. |
|
inline |