codebuilder.structure

Provides common functions during language conversion.

Members

Enums

Indent
enum Indent

Specifies how indentation should be applied to this line.

Functions

indented
string indented(int indentCount)

Converts a numeric to an indent string

Structs

CodeBuilder
struct CodeBuilder

An output range that provides extended functionality for constructing a well formatted string of code.

Variables

indentation
string indentation;

Specifies what string will be prepended for each indentation level.

Meta