MCPcopy Create free account
hub / github.com/Kitware/CMake / Next

Method Next

Source/cmScriptGenerator.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24 }
25 cmScriptGeneratorIndent Next(int step = 2) const
26 {
27 return { this->Level + step };
28 }
29
30private:
31 int Level = 0;

Callers 15

GenerateScriptMethod · 0.45
GenerateScriptConfigsMethod · 0.45
GenerateScriptActionsMethod · 0.45
GenerateStripFixupMethod · 0.45
GetRunningInstancesFunction · 0.45
AddInstallRuleMethod · 0.45
GenerateScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected