Go to the documentation of this file.
2 #ifndef __oTstream_hpp__
3 #define __oTstream_hpp__
173 virtual ios_base::fmtflags
flags()
const
175 return ios_base::fmtflags(0);
179 ios_base::fmtflags
flags(
const ios_base::fmtflags)
181 return ios_base::fmtflags(0);
ios_base::fmtflags flags(const ios_base::fmtflags)
bool isBeginToken(const token &tok)
bool isEndToken(const token &tok)
virtual void append(const token &tok)
virtual int width(const int)
virtual int precision() const
virtual char fill(const char)
virtual char fill() const
const tokenList & tokens() const
bool validTokenForStream(const token tok)
unsigned short int uint16
virtual ios_base::fmtflags flags() const
virtual int width() const
virtual iOstream & writeQuoted(const std::string &str, const bool quoted=true)
virtual int precision(const int)
virtual bool write(const token &tok)
virtual ~oTstream()=default