32 const string& property,
36 os <<
setw(1) <<
'#' <<
setw(1) <<
' ' 37 <<
setf(ios_base::left) <<
setw(charWidth() - 2) <<
property.c_str()
38 <<
setw(1) <<
':' <<
setw(1) <<
' ' << value <<
nl;
Smanip< ios_base::fmtflags > setf(const ios_base::fmtflags flags)
void writeHeaderValue(Ostream &os, const string &property, const Type &value) const
Write a (commented) header property and value pair.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Omanip< int > setw(const int i)