Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
istream.cpp File Reference
#include "istream.h"
Include dependency graph for istream.cpp:

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::istreamext::oprr (ext::istream &in, const std::string &str, bool start)
 
ext::istreamext::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...