indentLevel overloads
Synopses
Declared in <balxml_formatter_prettyimpl.h>
Return a reference providing modifiable access to the indentLevel attribute of this object.
int&
indentLevel();
Return a reference providing non‐modifiable access to the indentLevel attribute of this object.
int const&
indentLevel() const;
Return Value
-
a reference providing modifiable access to the
indentLevelattribute -
a reference providing non‐modifiable access to the
indentLevelattribute
Created with MrDocs