|
Cppcheck
|
#include <cppchecklibrarydata.h>
Classes | |
| struct | Alloc |
| struct | Dealloc |
Public Attributes | |
| QString | type |
| QList< Alloc > | alloc |
| QList< Dealloc > | dealloc |
| QStringList | use |
Definition at line 137 of file cppchecklibrarydata.h.
| QList<Alloc> CppcheckLibraryData::MemoryResource::alloc |
Definition at line 152 of file cppchecklibrarydata.h.
Referenced by loadMemoryResource(), and writeMemoryResource().
| QList<Dealloc> CppcheckLibraryData::MemoryResource::dealloc |
Definition at line 153 of file cppchecklibrarydata.h.
Referenced by loadMemoryResource(), and writeMemoryResource().
| QString CppcheckLibraryData::MemoryResource::type |
Definition at line 138 of file cppchecklibrarydata.h.
Referenced by loadMemoryResource(), and writeMemoryResource().
| QStringList CppcheckLibraryData::MemoryResource::use |
Definition at line 154 of file cppchecklibrarydata.h.
Referenced by loadMemoryResource(), and writeMemoryResource().