UnparseFormat
Synopsis
Declared in <src/backend/unparser/formatSupport/unparse_format.h>
class UnparseFormat;
Member Functions
Name |
Description |
|
Constructors |
|
Destructor |
|
Copy assignment operator |
the ultimate formatting functions |
|
Left shift operators |
Private Member Functions
Name |
Description |
make the output nicer |
Private Data Members
Name |
Description |
indent of the current line |
|
stores current line number being unparsed |
|
the directed output for the current file |
|
user defined line wrap; used to restore linewrap when needed. |
|
the current indent for statement |
|
The previous SgLocatedNode unparsed |
|
the number of spaces allowed for indenting |
|
the number of characters printed on the line |
|
the characters allowed perline before wraping the line |
Created with MrDocs