| 
    Cppcheck
    
   | 
 
#include <library.h>
Public Attributes | |
| std::map< int, ArgumentChecks > | argumentChecks | 
| bool | use {} | 
| bool | leakignore {} | 
| bool | isconst {} | 
| bool | ispure {} | 
| UseRetValType | useretval = UseRetValType::NONE | 
| bool | ignore {} | 
| bool | formatstr {} | 
| bool | formatstr_scan {} | 
| bool | formatstr_secure {} | 
| Container::Action | containerAction = Container::Action::NO_ACTION | 
| Container::Yield | containerYield = Container::Yield::NO_YIELD | 
| std::string | returnType | 
| std::map<int, ArgumentChecks> Library::Function::argumentChecks | 
Definition at line 314 of file library.h.
Referenced by FwdAnalysis::checkRecursive(), and Library::loadFunction().
| Container::Action Library::Function::containerAction = Container::Action::NO_ACTION | 
Definition at line 324 of file library.h.
Referenced by Library::loadFunction().
| Container::Yield Library::Function::containerYield = Container::Yield::NO_YIELD | 
Definition at line 325 of file library.h.
Referenced by Library::loadFunction().
| bool Library::Function::formatstr {} | 
Definition at line 321 of file library.h.
Referenced by Library::loadFunction().
| bool Library::Function::formatstr_scan {} | 
Definition at line 322 of file library.h.
Referenced by Library::loadFunction().
| bool Library::Function::formatstr_secure {} | 
Definition at line 323 of file library.h.
Referenced by Library::loadFunction().
| bool Library::Function::ignore {} | 
Definition at line 320 of file library.h.
Referenced by Library::loadFunction().
| bool Library::Function::isconst {} | 
Definition at line 317 of file library.h.
Referenced by Library::loadFunction().
| bool Library::Function::ispure {} | 
Definition at line 318 of file library.h.
Referenced by Library::loadFunction().
| bool Library::Function::leakignore {} | 
Definition at line 316 of file library.h.
Referenced by Library::loadFunction().
| std::string Library::Function::returnType | 
Definition at line 326 of file library.h.
Referenced by Library::loadFunction().
| UseRetValType Library::Function::useretval = UseRetValType::NONE | 
Definition at line 319 of file library.h.
Referenced by Library::loadFunction().