| 
    Cppcheck
    
   | 
 
#include <library.h>
Public Types | |
| enum class | Type {  NO , BOOL , CHAR , SHORT , INT , LONG , LONGLONG }  | 
Public Attributes | |
| unsigned int | size | 
| char | sign | 
| enum Library::PodType::Type | stdtype | 
      
  | 
  strong | 
| char Library::PodType::sign | 
Definition at line 447 of file library.h.
Referenced by ValueType::fromLibraryType(), and Library::load().
| unsigned int Library::PodType::size | 
Definition at line 446 of file library.h.
Referenced by ValueType::fromLibraryType(), Library::load(), and Tokenizer::sizeOfType().
| enum Library::PodType::Type Library::PodType::stdtype | 
Referenced by ValueType::fromLibraryType(), and Library::load().