Indent_Writers
Light-weight text output file writers with indentation.
| | type Indent_Writer | |
| Light-weight text output file writer with indentation. | |
| | type Indent_Writer_Access | |
| Type for instance variables. | |
Adjust indentation
| | procedure Indent | |
| Increase the indentation level. | |
Param | Type | Description |
access This | Indent_Writer'Class |
|
|
| | procedure Unindent | |
| Decrease the indentation level. | |
Param | Type | Description |
access This | Indent_Writer'Class |
|
|
Write indentation
| | procedure Write_Indent | |
| Output indentation characters to the file. | |
Param | Type | Description |
access This | Indent_Writer'Class |
|
|
|