|
Cppcheck
|
#include <library.h>
Public Member Functions | |
| IteratorInfo () | |
Public Attributes | |
| int | container |
| bool | it |
| bool | first |
| bool | last |
|
inline |
| int Library::ArgumentChecks::IteratorInfo::container |
Definition at line 327 of file library.h.
Referenced by Library::loadFunction(), CheckStl::mismatchingContainers(), and valueFlowLifetimeFunction().
| bool Library::ArgumentChecks::IteratorInfo::first |
Definition at line 329 of file library.h.
Referenced by Library::loadFunction().
| bool Library::ArgumentChecks::IteratorInfo::it |
Definition at line 328 of file library.h.
Referenced by Library::getArgIteratorInfo(), Library::loadFunction(), and SymbolDatabase::setValueTypeInTokenList().
| bool Library::ArgumentChecks::IteratorInfo::last |
Definition at line 330 of file library.h.
Referenced by Library::loadFunction().