MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / TabSize

Method TabSize

tinyxml/include/tinyxml.h:1506–1506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1504 void SetTabSize( int _tabsize ) { tabsize = _tabsize; }
1505
1506 int TabSize() const { return tabsize; }
1507
1508 /** If you have handled the error, it can be reset with this call. The error
1509 state is automatically cleared if you Parse a new XML block.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected