Print the initial indentation and opening bracket for this object.

Synopsis

Declared in <bslim_printer.h>

void
start(bool suppressBracket = false) const;

Description

Print to the output stream supplied at construction absLevel() * spacesPerLevel() blank spaces if the suppressInitialIndentFlag is false, and suppress the initial indentation otherwise. If the optionally specified suppressBracket is false, print an opening square bracket.

Parameters

Name

Description

suppressBracket

if true, omit the opening square bracket

Created with MrDocs