SnippetSettings Struct Reference

#include <sourcetools.h>

Detailed Description

Public Attributes

Int _maxLength
 
Int _maxLineNesting
 
Int _maxCodeNesting
 
Int _maxLineLength
 
Int _maxCyclomaticComplexity
 
Int _maxIfComplexity
 
Int _maxPointerNesting
 

Member Data Documentation

◆ _maxLength

Int _maxLength

max. length of the code snippet

◆ _maxLineNesting

Int _maxLineNesting

max. line nesting. See GetLineNesting().

◆ _maxCodeNesting

Int _maxCodeNesting

max. code nesting

◆ _maxLineLength

Int _maxLineLength

max. line length

◆ _maxCyclomaticComplexity

Int _maxCyclomaticComplexity

max. cyclomatic complexity. See GetCyclomaticComplexity().

◆ _maxIfComplexity

Int _maxIfComplexity

max. "if (" complexity. See GetIfStatementComplexity().

◆ _maxPointerNesting

Int _maxPointerNesting

max. pointer nesting. See GetMaxPointerNesting().