Go to the documentation of this file.
2 #ifndef __iTstream_hpp__
3 #define __iTstream_hpp__
130 virtual void reset();
151 return ios_base::fmtflags(0);
155 ios_base::fmtflags
flags(
const ios_base::fmtflags)
157 return ios_base::fmtflags(0);
ios_base::fmtflags flags() const
const tokenList & tokens() const
ios_base::fmtflags flags(const ios_base::fmtflags)
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
typename listType::iterator iterator
virtual iIstream & read(token &t) override
void appendToken(const token &t)
virtual ~iTstream()=default
tokenList::iterator currentToken_
virtual iIstream & readString(word &str) override