Cppcheck
Classes | Public Attributes | List of all members
CppcheckLibraryData::Markup Struct Reference

#include <cppchecklibrarydata.h>

Classes

struct  CodeBlocks
 
struct  Exporter
 

Public Attributes

QString ext
 
bool afterCode {}
 
bool reportErrors {}
 
QStringList keywords
 
QStringList importer
 
QList< CodeBlockscodeBlocks
 
QList< Exporterexporter
 

Detailed Description

Definition at line 182 of file cppchecklibrarydata.h.

Member Data Documentation

◆ afterCode

bool CppcheckLibraryData::Markup::afterCode {}

Definition at line 197 of file cppchecklibrarydata.h.

Referenced by loadMarkup(), and writeMarkup().

◆ codeBlocks

QList<CodeBlocks> CppcheckLibraryData::Markup::codeBlocks

Definition at line 201 of file cppchecklibrarydata.h.

Referenced by loadMarkup(), and writeMarkup().

◆ exporter

QList<Exporter> CppcheckLibraryData::Markup::exporter

Definition at line 202 of file cppchecklibrarydata.h.

Referenced by loadMarkup(), and writeMarkup().

◆ ext

QString CppcheckLibraryData::Markup::ext

Definition at line 196 of file cppchecklibrarydata.h.

Referenced by loadMarkup(), and writeMarkup().

◆ importer

QStringList CppcheckLibraryData::Markup::importer

Definition at line 200 of file cppchecklibrarydata.h.

Referenced by loadMarkup(), and writeMarkup().

◆ keywords

QStringList CppcheckLibraryData::Markup::keywords

Definition at line 199 of file cppchecklibrarydata.h.

Referenced by loadMarkup(), and writeMarkup().

◆ reportErrors

bool CppcheckLibraryData::Markup::reportErrors {}

Definition at line 198 of file cppchecklibrarydata.h.

Referenced by loadMarkup(), and writeMarkup().


The documentation for this struct was generated from the following file: