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

#include <cppchecklibrarydata.h>

Classes

struct  Alloc
 
struct  Dealloc
 

Public Attributes

QString type
 
QList< Allocalloc
 
QList< Deallocdealloc
 
QStringList use
 

Detailed Description

Definition at line 137 of file cppchecklibrarydata.h.

Member Data Documentation

◆ alloc

QList<Alloc> CppcheckLibraryData::MemoryResource::alloc

Definition at line 152 of file cppchecklibrarydata.h.

Referenced by loadMemoryResource(), and writeMemoryResource().

◆ dealloc

QList<Dealloc> CppcheckLibraryData::MemoryResource::dealloc

Definition at line 153 of file cppchecklibrarydata.h.

Referenced by loadMemoryResource(), and writeMemoryResource().

◆ type

QString CppcheckLibraryData::MemoryResource::type

Definition at line 138 of file cppchecklibrarydata.h.

Referenced by loadMemoryResource(), and writeMemoryResource().

◆ use

QStringList CppcheckLibraryData::MemoryResource::use

Definition at line 154 of file cppchecklibrarydata.h.

Referenced by loadMemoryResource(), and writeMemoryResource().


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