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

#include <cppchecklibrarydata.h>

Public Attributes

bool isRealloc {}
 
bool init {}
 
int arg = -1
 
int reallocArg = -1
 
QString bufferSize
 
QString name
 

Detailed Description

Definition at line 139 of file cppchecklibrarydata.h.

Member Data Documentation

◆ arg

int CppcheckLibraryData::MemoryResource::Alloc::arg = -1

Definition at line 142 of file cppchecklibrarydata.h.

Referenced by loadMemoryResource(), and writeMemoryResource().

◆ bufferSize

QString CppcheckLibraryData::MemoryResource::Alloc::bufferSize

Definition at line 144 of file cppchecklibrarydata.h.

Referenced by loadMemoryResource(), and writeMemoryResource().

◆ init

bool CppcheckLibraryData::MemoryResource::Alloc::init {}

Definition at line 141 of file cppchecklibrarydata.h.

Referenced by loadMemoryResource(), and writeMemoryResource().

◆ isRealloc

bool CppcheckLibraryData::MemoryResource::Alloc::isRealloc {}

Definition at line 140 of file cppchecklibrarydata.h.

Referenced by loadMemoryResource(), and writeMemoryResource().

◆ name

QString CppcheckLibraryData::MemoryResource::Alloc::name

Definition at line 145 of file cppchecklibrarydata.h.

Referenced by loadMemoryResource(), and writeMemoryResource().

◆ reallocArg

int CppcheckLibraryData::MemoryResource::Alloc::reallocArg = -1

Definition at line 143 of file cppchecklibrarydata.h.

Referenced by loadMemoryResource(), and writeMemoryResource().


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