Cppcheck
|
#include <cppchecklibrarydata.h>
Classes | |
struct | Function |
struct | RangeItemRecordType |
Public Attributes | |
QString | id |
QString | inherits |
QString | startPattern |
QString | endPattern |
QString | opLessAllowed |
QString | itEndPattern |
bool | access_arrayLike {} |
int | size_templateParameter = -1 |
struct { | |
QString templateParameter | |
QString string | |
} | type |
QList< Function > | accessFunctions |
QList< Function > | otherFunctions |
QList< Function > | sizeFunctions |
QList< RangeItemRecordType > | rangeItemRecordTypeList |
Definition at line 35 of file cppchecklibrarydata.h.
bool CppcheckLibraryData::Container::access_arrayLike {} |
Definition at line 43 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QList<Function> CppcheckLibraryData::Container::accessFunctions |
Definition at line 61 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QString CppcheckLibraryData::Container::endPattern |
Definition at line 39 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QString CppcheckLibraryData::Container::id |
Definition at line 36 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QString CppcheckLibraryData::Container::inherits |
Definition at line 37 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QString CppcheckLibraryData::Container::itEndPattern |
Definition at line 41 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QString CppcheckLibraryData::Container::opLessAllowed |
Definition at line 40 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QList<Function> CppcheckLibraryData::Container::otherFunctions |
Definition at line 62 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QList<RangeItemRecordType> CppcheckLibraryData::Container::rangeItemRecordTypeList |
Definition at line 64 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
int CppcheckLibraryData::Container::size_templateParameter = -1 |
Definition at line 44 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QList<Function> CppcheckLibraryData::Container::sizeFunctions |
Definition at line 63 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QString CppcheckLibraryData::Container::startPattern |
Definition at line 38 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QString CppcheckLibraryData::Container::string |
Definition at line 48 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
QString CppcheckLibraryData::Container::templateParameter |
Definition at line 47 of file cppchecklibrarydata.h.
Referenced by loadContainer(), and writeContainer().
struct { ... } CppcheckLibraryData::Container::type |
Referenced by loadContainer(), and writeContainer().