FormatAggregateMemberArguments

Argument aggregate for invocations of prettyformatAggregateMemberImpl.

Members

Variables

aggregateType
string aggregateType;

Type of member aggregate; one of "struct", "class", "interface" and "union".

bright
bool bright;

Whether or not we should compensate for a bright terminal background.

initText
string initText;

Text snippet indicating whether or not the aggregate is in an initial state.

memberstring
string memberstring;

Member name.

namewidth
uint namewidth;

Width (length) of longest member name.

typestring
string typestring;

Type name.

typewidth
uint typewidth;

Width (length) of longest type name.