|
Cppcheck
|
#include <library.h>
Classes | |
| struct | IteratorInfo |
| struct | MinSize |
Public Types | |
| enum class | Direction { DIR_IN , DIR_OUT , DIR_INOUT , DIR_UNKNOWN } |
Public Attributes | |
| bool | notbool {} |
| bool | notnull {} |
| int | notuninit = -1 |
| bool | formatstr {} |
| bool | strz {} |
| bool | optional {} |
| bool | variadic {} |
| std::string | valid |
| IteratorInfo | iteratorInfo |
| std::vector< MinSize > | minsizes |
| Direction | direction = Direction::DIR_UNKNOWN |
|
strong |
| Direction Library::ArgumentChecks::direction = Direction::DIR_UNKNOWN |
Definition at line 310 of file library.h.
Referenced by Library::getArgDirection(), and Library::loadFunction().
| bool Library::ArgumentChecks::formatstr {} |
Definition at line 279 of file library.h.
Referenced by Library::isargformatstr(), and Library::loadFunction().
| IteratorInfo Library::ArgumentChecks::iteratorInfo |
Definition at line 291 of file library.h.
Referenced by Library::getArgIteratorInfo(), and Library::loadFunction().
| std::vector<MinSize> Library::ArgumentChecks::minsizes |
Definition at line 302 of file library.h.
Referenced by Library::argminsizes(), and Library::loadFunction().
| bool Library::ArgumentChecks::notbool {} |
Definition at line 276 of file library.h.
Referenced by Library::isboolargbad(), and Library::loadFunction().
| bool Library::ArgumentChecks::notnull {} |
Definition at line 277 of file library.h.
Referenced by Library::isnullargbad(), and Library::loadFunction().
| int Library::ArgumentChecks::notuninit = -1 |
Definition at line 278 of file library.h.
Referenced by Library::isuninitargbad(), and Library::loadFunction().
| bool Library::ArgumentChecks::optional {} |
Definition at line 281 of file library.h.
Referenced by Library::loadFunction().
| bool Library::ArgumentChecks::strz {} |
Definition at line 280 of file library.h.
Referenced by Library::isargstrz(), and Library::loadFunction().
| std::string Library::ArgumentChecks::valid |
Definition at line 283 of file library.h.
Referenced by Library::isFloatArgValid(), Library::isIntArgValid(), Library::loadFunction(), and Library::validarg().
| bool Library::ArgumentChecks::variadic {} |
Definition at line 282 of file library.h.
Referenced by Library::loadFunction().