Go to the documentation of this file.
2 #ifndef __iTstream_hpp__
3 #define __iTstream_hpp__
132 virtual void reset();
153 return ios_base::fmtflags(0);
157 ios_base::fmtflags
flags(
const ios_base::fmtflags)
159 return ios_base::fmtflags(0);
ios_base::fmtflags flags() const
Return flags of stream.
const tokenList & tokens() const
ios_base::fmtflags flags(const ios_base::fmtflags)
Set flags of stream.
bool isBeginToken(const token &tok)
bool isEndToken(const token &tok)
iTstream & operator=(const iTstream &)=default
bool validTokenForStream(const token tok)
void appendTokens(const tokenList &tList)
unsigned short int uint16
iTstream(const word &streamName)
virtual const word & name() const
Return the name of the stream.
typename listType::iterator iterator
virtual iIstream & read(token &t) override
auto count(const Vector< T, Allocator > &vec, const T &val)
void appendToken(const token &t)
virtual ~iTstream()=default
tokenList::iterator currentToken_
virtual iIstream & readString(word &str) override