Cppcheck
Variables
CppcheckXml Namespace Reference

Variables

static constexpr char ProjectElementName [] = "project"
 
static constexpr char ProjectVersionAttrib [] = "version"
 
static constexpr char ProjectFileVersion [] = "1"
 
static constexpr char BuildDirElementName [] = "builddir"
 
static constexpr char ImportProjectElementName [] = "importproject"
 
static constexpr char AnalyzeAllVsConfigsElementName [] = "analyze-all-vs-configs"
 
static constexpr char Parser [] = "parser"
 
static constexpr char IncludeDirElementName [] = "includedir"
 
static constexpr char DirElementName [] = "dir"
 
static constexpr char DirNameAttrib [] = "name"
 
static constexpr char DefinesElementName [] = "defines"
 
static constexpr char DefineName [] = "define"
 
static constexpr char DefineNameAttrib [] = "name"
 
static constexpr char UndefinesElementName [] = "undefines"
 
static constexpr char UndefineName [] = "undefine"
 
static constexpr char PathsElementName [] = "paths"
 
static constexpr char PathName [] = "dir"
 
static constexpr char PathNameAttrib [] = "name"
 
static constexpr char RootPathName [] = "root"
 
static constexpr char RootPathNameAttrib [] = "name"
 
static constexpr char IgnoreElementName [] = "ignore"
 
static constexpr char IgnorePathName [] = "path"
 
static constexpr char IgnorePathNameAttrib [] = "name"
 
static constexpr char ExcludeElementName [] = "exclude"
 
static constexpr char ExcludePathName [] = "path"
 
static constexpr char ExcludePathNameAttrib [] = "name"
 
static constexpr char FunctionContracts [] = "function-contracts"
 
static constexpr char VariableContractsElementName [] = "variable-contracts"
 
static constexpr char LibrariesElementName [] = "libraries"
 
static constexpr char LibraryElementName [] = "library"
 
static constexpr char PlatformElementName [] = "platform"
 
static constexpr char SuppressionsElementName [] = "suppressions"
 
static constexpr char SuppressionElementName [] = "suppression"
 
static constexpr char AddonElementName [] = "addon"
 
static constexpr char AddonsElementName [] = "addons"
 
static constexpr char ToolElementName [] = "tool"
 
static constexpr char ToolsElementName [] = "tools"
 
static constexpr char TagsElementName [] = "tags"
 
static constexpr char TagElementName [] = "tag"
 
static constexpr char TagWarningsElementName [] = "tag-warnings"
 
static constexpr char TagAttributeName [] = "tag"
 
static constexpr char WarningElementName [] = "warning"
 
static constexpr char HashAttributeName [] = "hash"
 
static constexpr char CheckLevelExhaustiveElementName [] = "check-level-exhaustive"
 
static constexpr char CheckHeadersElementName [] = "check-headers"
 
static constexpr char CheckUnusedTemplatesElementName [] = "check-unused-templates"
 
static constexpr char MaxCtuDepthElementName [] = "max-ctu-depth"
 
static constexpr char MaxTemplateRecursionElementName [] = "max-template-recursion"
 
static constexpr char CheckUnknownFunctionReturn [] = "check-unknown-function-return-values"
 
static constexpr char ClangTidy [] = "clang-tidy"
 
static constexpr char Name [] = "name"
 
static constexpr char VSConfigurationElementName [] = "vs-configurations"
 
static constexpr char VSConfigurationName [] = "config"
 
static constexpr char BughuntingElementName [] = "bug-hunting"
 
static constexpr char CodingStandardsElementName [] = "coding-standards"
 
static constexpr char CodingStandardElementName [] = "coding-standard"
 
static constexpr char CertIntPrecisionElementName [] = "cert-c-int-precision"
 
static constexpr char ProjectNameElementName [] = "project-name"
 

Variable Documentation

◆ AddonElementName

constexpr char CppcheckXml::AddonElementName[] = "addon"
staticconstexpr

◆ AddonsElementName

constexpr char CppcheckXml::AddonsElementName[] = "addons"
staticconstexpr

◆ AnalyzeAllVsConfigsElementName

constexpr char CppcheckXml::AnalyzeAllVsConfigsElementName[] = "analyze-all-vs-configs"
staticconstexpr

◆ BughuntingElementName

constexpr char CppcheckXml::BughuntingElementName[] = "bug-hunting"
staticconstexpr

◆ BuildDirElementName

constexpr char CppcheckXml::BuildDirElementName[] = "builddir"
staticconstexpr

◆ CertIntPrecisionElementName

constexpr char CppcheckXml::CertIntPrecisionElementName[] = "cert-c-int-precision"
staticconstexpr

◆ CheckHeadersElementName

constexpr char CppcheckXml::CheckHeadersElementName[] = "check-headers"
staticconstexpr

◆ CheckLevelExhaustiveElementName

constexpr char CppcheckXml::CheckLevelExhaustiveElementName[] = "check-level-exhaustive"
staticconstexpr

◆ CheckUnknownFunctionReturn

constexpr char CppcheckXml::CheckUnknownFunctionReturn[] = "check-unknown-function-return-values"
staticconstexpr

◆ CheckUnusedTemplatesElementName

constexpr char CppcheckXml::CheckUnusedTemplatesElementName[] = "check-unused-templates"
staticconstexpr

◆ ClangTidy

constexpr char CppcheckXml::ClangTidy[] = "clang-tidy"
staticconstexpr

Definition at line 166 of file importproject.h.

Referenced by ImportProject::importCppcheckGuiProject().

◆ CodingStandardElementName

constexpr char CppcheckXml::CodingStandardElementName[] = "coding-standard"
staticconstexpr

◆ CodingStandardsElementName

constexpr char CppcheckXml::CodingStandardsElementName[] = "coding-standards"
staticconstexpr

◆ DefineName

constexpr char CppcheckXml::DefineName[] = "define"
staticconstexpr

◆ DefineNameAttrib

constexpr char CppcheckXml::DefineNameAttrib[] = "name"
staticconstexpr

◆ DefinesElementName

constexpr char CppcheckXml::DefinesElementName[] = "defines"
staticconstexpr

◆ DirElementName

constexpr char CppcheckXml::DirElementName[] = "dir"
staticconstexpr

◆ DirNameAttrib

constexpr char CppcheckXml::DirNameAttrib[] = "name"
staticconstexpr

◆ ExcludeElementName

constexpr char CppcheckXml::ExcludeElementName[] = "exclude"
staticconstexpr

◆ ExcludePathName

constexpr char CppcheckXml::ExcludePathName[] = "path"
staticconstexpr

◆ ExcludePathNameAttrib

constexpr char CppcheckXml::ExcludePathNameAttrib[] = "name"
staticconstexpr

◆ FunctionContracts

constexpr char CppcheckXml::FunctionContracts[] = "function-contracts"
staticconstexpr

Definition at line 143 of file importproject.h.

Referenced by ImportProject::importCppcheckGuiProject().

◆ HashAttributeName

constexpr char CppcheckXml::HashAttributeName[] = "hash"
staticconstexpr

Definition at line 159 of file importproject.h.

Referenced by ProjectFile::readTagWarnings(), and ProjectFile::write().

◆ IgnoreElementName

constexpr char CppcheckXml::IgnoreElementName[] = "ignore"
staticconstexpr

◆ IgnorePathName

constexpr char CppcheckXml::IgnorePathName[] = "path"
staticconstexpr

◆ IgnorePathNameAttrib

constexpr char CppcheckXml::IgnorePathNameAttrib[] = "name"
staticconstexpr

◆ ImportProjectElementName

constexpr char CppcheckXml::ImportProjectElementName[] = "importproject"
staticconstexpr

◆ IncludeDirElementName

constexpr char CppcheckXml::IncludeDirElementName[] = "includedir"
staticconstexpr

◆ LibrariesElementName

constexpr char CppcheckXml::LibrariesElementName[] = "libraries"
staticconstexpr

◆ LibraryElementName

constexpr char CppcheckXml::LibraryElementName[] = "library"
staticconstexpr

◆ MaxCtuDepthElementName

constexpr char CppcheckXml::MaxCtuDepthElementName[] = "max-ctu-depth"
staticconstexpr

◆ MaxTemplateRecursionElementName

constexpr char CppcheckXml::MaxTemplateRecursionElementName[] = "max-template-recursion"
staticconstexpr

◆ Name

constexpr char CppcheckXml::Name[] = "name"
staticconstexpr

◆ Parser

constexpr char CppcheckXml::Parser[] = "parser"
staticconstexpr

◆ PathName

constexpr char CppcheckXml::PathName[] = "dir"
staticconstexpr

◆ PathNameAttrib

constexpr char CppcheckXml::PathNameAttrib[] = "name"
staticconstexpr

◆ PathsElementName

constexpr char CppcheckXml::PathsElementName[] = "paths"
staticconstexpr

◆ PlatformElementName

constexpr char CppcheckXml::PlatformElementName[] = "platform"
staticconstexpr

◆ ProjectElementName

constexpr char CppcheckXml::ProjectElementName[] = "project"
staticconstexpr

◆ ProjectFileVersion

constexpr char CppcheckXml::ProjectFileVersion[] = "1"
staticconstexpr

Definition at line 119 of file importproject.h.

Referenced by ProjectFile::write().

◆ ProjectNameElementName

constexpr char CppcheckXml::ProjectNameElementName[] = "project-name"
staticconstexpr

◆ ProjectVersionAttrib

constexpr char CppcheckXml::ProjectVersionAttrib[] = "version"
staticconstexpr

Definition at line 118 of file importproject.h.

Referenced by ProjectFile::write().

◆ RootPathName

constexpr char CppcheckXml::RootPathName[] = "root"
staticconstexpr

◆ RootPathNameAttrib

constexpr char CppcheckXml::RootPathNameAttrib[] = "name"
staticconstexpr

◆ SuppressionElementName

constexpr char CppcheckXml::SuppressionElementName[] = "suppression"
staticconstexpr

◆ SuppressionsElementName

constexpr char CppcheckXml::SuppressionsElementName[] = "suppressions"
staticconstexpr

◆ TagAttributeName

constexpr char CppcheckXml::TagAttributeName[] = "tag"
staticconstexpr

Definition at line 157 of file importproject.h.

Referenced by ProjectFile::read(), and ProjectFile::write().

◆ TagElementName

constexpr char CppcheckXml::TagElementName[] = "tag"
staticconstexpr

◆ TagsElementName

constexpr char CppcheckXml::TagsElementName[] = "tags"
staticconstexpr

◆ TagWarningsElementName

constexpr char CppcheckXml::TagWarningsElementName[] = "tag-warnings"
staticconstexpr

◆ ToolElementName

constexpr char CppcheckXml::ToolElementName[] = "tool"
staticconstexpr

◆ ToolsElementName

constexpr char CppcheckXml::ToolsElementName[] = "tools"
staticconstexpr

◆ UndefineName

constexpr char CppcheckXml::UndefineName[] = "undefine"
staticconstexpr

◆ UndefinesElementName

constexpr char CppcheckXml::UndefinesElementName[] = "undefines"
staticconstexpr

◆ VariableContractsElementName

constexpr char CppcheckXml::VariableContractsElementName[] = "variable-contracts"
staticconstexpr

Definition at line 144 of file importproject.h.

Referenced by ImportProject::importCppcheckGuiProject().

◆ VSConfigurationElementName

constexpr char CppcheckXml::VSConfigurationElementName[] = "vs-configurations"
staticconstexpr

◆ VSConfigurationName

constexpr char CppcheckXml::VSConfigurationName[] = "config"
staticconstexpr

◆ WarningElementName

constexpr char CppcheckXml::WarningElementName[] = "warning"
staticconstexpr

Definition at line 158 of file importproject.h.

Referenced by ProjectFile::readTagWarnings(), and ProjectFile::write().