| 
    Cppcheck
    
   | 
 
#include <library.h>
Public Types | |
| enum class | Type {  NONE , STRLEN , ARGVALUE , SIZEOF , MUL , VALUE }  | 
Public Member Functions | |
| MinSize (Type t, int a) | |
Public Attributes | |
| Type | type | 
| int | arg | 
| int | arg2 = 0 | 
| long long | value = 0 | 
| std::string | baseType | 
      
  | 
  strong | 
      
  | 
  inline | 
| int Library::ArgumentChecks::MinSize::arg | 
Definition at line 297 of file library.h.
Referenced by checkBufferSize().
| int Library::ArgumentChecks::MinSize::arg2 = 0 | 
Definition at line 298 of file library.h.
Referenced by checkBufferSize().
| std::string Library::ArgumentChecks::MinSize::baseType | 
Definition at line 300 of file library.h.
Referenced by checkBufferSize().
| Type Library::ArgumentChecks::MinSize::type | 
Definition at line 296 of file library.h.
Referenced by checkBufferSize().
| long long Library::ArgumentChecks::MinSize::value = 0 | 
Definition at line 299 of file library.h.
Referenced by checkBufferSize().