Go to the documentation of this file.
24 #ifndef __Istream_hpp__
25 #define __Istream_hpp__
90 virtual ios_base::fmtflags
flags()
const;
109 std::streamsize
getLine(std::nullptr_t,
char delim =
'\n');
159 virtual ios_base::fmtflags
flags(
const ios_base::fmtflags
flags);
void operator=(const Istream &)=delete
virtual std::istream & stdStream()
void readWordToken(token &t)
virtual const word & name() const
virtual iIstream & readString(word &str) override
unsigned short int uint16
Istream & readVariable(word &str)
virtual iIstream & read(token &t) override
virtual ~Istream()=default
Istream(std::istream &is, const word &streamName)
virtual ios_base::fmtflags flags() const
virtual const std::istream & stdStream() const
Istream & putback(const char c)
Istream & getLine(word &str, char delim='\n')