MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / setAttachExternC

Method setAttachExternC

astyle/src/ASFormatter.cpp:1782–1785  ·  view source on GitHub ↗

* set option to attach extern "C" brackets * * @param state true = attach, false = use style default. */

Source from the content-addressed store, hash-verified

1780 * @param state true = attach, false = use style default.
1781 */
1782void ASFormatter::setAttachExternC(bool state)
1783{
1784 shouldAttachExternC = state;
1785}
1786
1787/**
1788 * set option to attach namespace brackets

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected