MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / setClassIndent

Method setClassIndent

other_src/astyle/src/ASBeautifier.cpp:500–503  ·  view source on GitHub ↗

* set the state of the class indentation option. If true, C++ class * definitions will be indented one additional indent. * * @param state state of option. */

Source from the content-addressed store, hash-verified

498 * @param state state of option.
499 */
500void ASBeautifier::setClassIndent(bool state)
501{
502 classIndent = state;
503}
504
505/**
506 * set the state of the switch indentation option. If true, blocks of 'switch'

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected