|
Cppcheck
|
#include <library.h>
Classes | |
| class | IteratorInfo |
| class | MinSize |
Public Types | |
| enum class | Direction { DIR_IN , DIR_OUT , DIR_INOUT , DIR_UNKNOWN } |
Public Member Functions | |
| ArgumentChecks () | |
Public Attributes | |
| bool | notbool |
| bool | notnull |
| int | notuninit |
| bool | formatstr |
| bool | strz |
| bool | optional |
| bool | variadic |
| std::string | valid |
| IteratorInfo | iteratorInfo |
| std::vector< MinSize > | minsizes |
| Direction | direction |
|
strong |
| Direction Library::ArgumentChecks::direction |
Definition at line 352 of file library.h.
Referenced by Library::getArgDirection(), and Library::loadFunction().
| bool Library::ArgumentChecks::formatstr |
Definition at line 317 of file library.h.
Referenced by Library::isargformatstr(), and Library::loadFunction().
| IteratorInfo Library::ArgumentChecks::iteratorInfo |
Definition at line 332 of file library.h.
Referenced by Library::getArgIteratorInfo(), and Library::loadFunction().
| std::vector<MinSize> Library::ArgumentChecks::minsizes |
Definition at line 344 of file library.h.
Referenced by Library::argminsizes(), and Library::loadFunction().
| bool Library::ArgumentChecks::notbool |
Definition at line 314 of file library.h.
Referenced by Library::isboolargbad(), and Library::loadFunction().
| bool Library::ArgumentChecks::notnull |
Definition at line 315 of file library.h.
Referenced by Library::isnullargbad(), and Library::loadFunction().
| int Library::ArgumentChecks::notuninit |
Definition at line 316 of file library.h.
Referenced by Library::isuninitargbad(), and Library::loadFunction().
| bool Library::ArgumentChecks::optional |
Definition at line 319 of file library.h.
Referenced by Library::loadFunction().
| bool Library::ArgumentChecks::strz |
Definition at line 318 of file library.h.
Referenced by Library::isargstrz(), and Library::loadFunction().
| std::string Library::ArgumentChecks::valid |
Definition at line 321 of file library.h.
Referenced by Library::isFloatArgValid(), Library::isIntArgValid(), Library::loadFunction(), and Library::validarg().
| bool Library::ArgumentChecks::variadic |
Definition at line 320 of file library.h.
Referenced by Library::loadFunction().