#include <sourcetools.h>
Settings for SourceToolsInterface::SearchSnippetIssues()
Public Attributes | |
Int | _maxLength |
Int | _maxLineNesting |
Int | _maxCodeNesting |
Int | _maxLineLength |
Int | _maxCyclomaticComplexity |
Int | _maxIfComplexity |
Int | _maxPointerNesting |
Int _maxLength |
max. length of the code snippet
Int _maxLineNesting |
max. line nesting. See GetLineNesting().
Int _maxCodeNesting |
max. code nesting
Int _maxLineLength |
max. line length
Int _maxCyclomaticComplexity |
max. cyclomatic complexity. See GetCyclomaticComplexity().
Int _maxIfComplexity |
max. "if (" complexity. See GetIfStatementComplexity().
Int _maxPointerNesting |
max. pointer nesting. See GetMaxPointerNesting().