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()
Write end block group Decrements indentation, adds newline.
virtual iOstream & newLine()
Write a newLine to stream.
@ END_BLOCK
End block [isseparator].
iOstream & decrIndent(iOstream &os)
Decrement the indent level.
@ BEGIN_BLOCK
Begin block [isseparator].
iOstream & indent(iOstream &os)
Indent stream.
void decrIndent()
Decrement the indent level.
iOstream & incrIndent(iOstream &os)
Increment the indent level.
virtual iOstream & beginSquare()
Write begin list "[".
virtual iOstream & endEntry()
Write end entry (';') followed by newline.
@ END_LIST
End list [isseparator].
@ END_STATEMENT
End entry [isseparator].
@ BEGIN_LIST
Begin list [isseparator].
virtual iOstream & endSquare()
Write end list "]".
@ BEGIN_SQR
Begin dimensions [isseparator].
virtual iOstream & endList()
Write end list ")".
iOstream & beginBlock(iOstream &os)
Write begin block group without a name.
virtual iOstream & beginList()
Write begin list "(".
virtual iOstream & space(int32 n=1)
Write space to stream.
@ END_SQR
End dimensions [isseparator].
virtual iOstream & writeWordKeyword(const word &kw)
Write the keyword followed by an appropriate indentation.
virtual iOstream & beginBlock()
Write begin block group without a name Increments indentation, adds newline.
unsigned short indentLevel_
Current indent level.