Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include "istream.h"
Namespaces | |
namespace | ext |
Functions | |
istream & | ext::operator>> (istream &os, std::istream &(*fn)(std::istream &)) |
istream & | ext::operator>> (istream &os, std::ios_base &(*fn)(std::ios_base &)) |
ext::istream & | ext::oprr (ext::istream &in, const std::string &str, bool start) |
ext::istream & | ext::operator>> (ext::istream &in, const std::string &str) |
Read into a constant string. The implementation tests whether exact same sequence represented as str is in the in stream. In case it is, it reads it. In case it is not the stream is not advanced and fail bit is set. More... | |