Go to the documentation of this file.
32 <<
"iOstream::decrIndent() : attempt to decrement 0 indent level\n";
45 writeQuoted(kw,
false);
53 int32 nSpaces = entryIndentation_ -
int32(kw.size());
72 indent(); write(kw); newLine();
138 writeWordKeyword(kw); beginList();
166 writeWordKeyword(kw); beginSquare();
virtual iOstream & endBlock()
virtual iOstream & newLine()
@ END_BLOCK
End block [isseparator].
iOstream & decrIndent(iOstream &os)
@ BEGIN_BLOCK
Begin block [isseparator].
iOstream & indent(iOstream &os)
iOstream & incrIndent(iOstream &os)
virtual iOstream & beginSquare()
virtual iOstream & endEntry()
@ END_LIST
End list [isseparator].
@ END_STATEMENT
End entry [isseparator].
@ BEGIN_LIST
Begin list [isseparator].
virtual iOstream & endSquare()
@ BEGIN_SQR
Begin dimensions [isseparator].
virtual iOstream & endList()
iOstream & beginBlock(iOstream &os)
virtual iOstream & beginList()
virtual iOstream & space(int32 n=1)
@ END_SQR
End dimensions [isseparator].
virtual iOstream & writeWordKeyword(const word &kw)
virtual iOstream & beginBlock()
unsigned short indentLevel_