Go to the documentation of this file.
24 #ifndef __Istream_hpp__
25 #define __Istream_hpp__
89 virtual ios_base::fmtflags
flags()
const;
108 std::streamsize
getLine(std::nullptr_t,
char delim =
'\n');
160 virtual ios_base::fmtflags
flags(
const ios_base::fmtflags
flags);
void operator=(const Istream &)=delete
virtual std::istream & stdStream()
void readWordToken(token &t)
Istream(std::istream &is, const word &streamName, writeFormat wf=ASCII)
virtual word & name()
Return non-const access to the name of the stream.
virtual const word & name() const
Return the name of the stream.
virtual iIstream & readString(word &str) override
unsigned short int uint16
Istream & readVariable(word &str)
virtual iIstream & read(token &t) override
virtual ~Istream()=default
auto count(const Vector< T, Allocator > &vec, const T &val)
virtual ios_base::fmtflags flags() const
Return flags of stream.
virtual const std::istream & stdStream() const
Istream & putback(const char c)
Istream & getLine(word &str, char delim='\n')