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

Class switchVariables

astyle/src/astyle.h:613–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611 // struct used by ParseFormattedLine function
612 // contains variables used to unindent the case blocks
613 struct switchVariables
614 {
615 int switchBracketCount;
616 int unindentDepth;
617 bool unindentCase;
618 };
619
620 switchVariables sw; // switch variables struct
621 vector<switchVariables> switchStack; // stack vector of switch variables

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected