Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <LineInterface.h>
Public Member Functions | |
virtual bool | readline (std::string &line, bool first)=0 |
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 |
Line reader serves as a base class for adaptors reding from various source.
|
default |
|
defaultnoexcept |
|
delete |
|
virtualdefaultnoexcept |
|
inlinevirtual |
|
delete |
|
deletenoexcept |
|
pure virtual |