Go to the documentation of this file.
39 <<
"iOstream::decrIndent() : attempt to decrement 0 indent level\n";
52 writeQuoted(kw,
false);
60 int32 nSpaces = entryIndentation_ -
int32(kw.size());
79 indent(); write(kw); newLine();
145 writeWordKeyword(kw); beginList();
173 writeWordKeyword(kw); beginSquare();
#define notImplementedFunction
Report that a function is yet not implemented.
virtual iOstream & endBlock()
Write end block group Decrements indentation, adds newline.
virtual iOstream & newLine()
Write a newLine to stream.
@ END_BLOCK
Begin block [isseparator].
iOstream & decrIndent(iOstream &os)
Decrement the indent level.
@ BEGIN_BLOCK
End dimensions [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
Begin list [isseparator].
@ END_STATEMENT
Newline [isspace].
@ BEGIN_LIST
End entry [isseparator].
virtual iOstream & endSquare()
Write end list "]".
@ BEGIN_SQR
End list [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 & writeBinaryBlockFlag()
Write the flag to indicate the start of a binary block.
virtual iOstream & space(int32 n=1)
Write space to stream.
Interface class for any output stream.
@ END_SQR
Begin 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.