Cppcheck
Classes | Public Attributes | Static Public Attributes | List of all members
CppcheckLibraryData::Function::Arg Struct Reference

#include <cppchecklibrarydata.h>

Classes

struct  Iterator
 
struct  MinSize
 

Public Attributes

QString name
 
unsigned int nr {}
 
QString defaultValue
 
bool notbool {}
 
bool notnull {}
 
bool notuninit {}
 
bool formatstr {}
 
bool strz {}
 
QString valid
 
QList< MinSizeminsizes
 
struct CppcheckLibraryData::Function::Arg::Iterator iterator
 

Static Public Attributes

static const unsigned int ANY = ~0U
 
static const unsigned int VARIADIC = ~1U
 

Detailed Description

Definition at line 92 of file cppchecklibrarydata.h.

Member Data Documentation

◆ ANY

const unsigned int CppcheckLibraryData::Function::Arg::ANY = ~0U
static

Definition at line 95 of file cppchecklibrarydata.h.

Referenced by LibraryDialog::getArgText(), loadFunctionArg(), and writeFunction().

◆ defaultValue

QString CppcheckLibraryData::Function::Arg::defaultValue

Definition at line 97 of file cppchecklibrarydata.h.

Referenced by loadFunctionArg().

◆ formatstr

bool CppcheckLibraryData::Function::Arg::formatstr {}

◆ iterator

struct CppcheckLibraryData::Function::Arg::Iterator CppcheckLibraryData::Function::Arg::iterator

Referenced by loadFunctionArg().

◆ minsizes

QList<MinSize> CppcheckLibraryData::Function::Arg::minsizes

◆ name

QString CppcheckLibraryData::Function::Arg::name

Definition at line 93 of file cppchecklibrarydata.h.

◆ notbool

bool CppcheckLibraryData::Function::Arg::notbool {}

◆ notnull

bool CppcheckLibraryData::Function::Arg::notnull {}

◆ notuninit

bool CppcheckLibraryData::Function::Arg::notuninit {}

◆ nr

unsigned int CppcheckLibraryData::Function::Arg::nr {}

◆ strz

bool CppcheckLibraryData::Function::Arg::strz {}

◆ valid

QString CppcheckLibraryData::Function::Arg::valid

◆ VARIADIC

const unsigned int CppcheckLibraryData::Function::Arg::VARIADIC = ~1U
static

Definition at line 96 of file cppchecklibrarydata.h.

Referenced by loadFunctionArg(), and writeFunction().


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