MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / incrIndent

Method incrIndent

libraries/XMLWriter/XMLWriter.h:109–109  ·  view source on GitHub ↗

for manual layout control

Source from the content-addressed store, hash-verified

107 uint8_t getIndentSize() { return _indentStep; };
108 // for manual layout control
109 void incrIndent() { _indent += _indentStep; };
110 void decrIndent() { _indent -= _indentStep; };
111 void indent();
112 void raw(const char * str) { print(str); };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64