| 
    Cppcheck
    
   | 
 
#include <library.h>
Public Member Functions | |
| bool | operator== (const PlatformType &type) const | 
| bool | operator!= (const PlatformType &type) const | 
Public Attributes | |
| std::string | mType | 
| bool | mSigned {} | 
| bool | mUnsigned {} | 
| bool | mLong {} | 
| bool | mPointer {} | 
| bool | mPtrPtr {} | 
| bool | mConstPtr {} | 
      
  | 
  inline | 
      
  | 
  inline | 
| bool Library::PlatformType::mConstPtr {} | 
Definition at line 474 of file library.h.
Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().
| bool Library::PlatformType::mLong {} | 
Definition at line 471 of file library.h.
Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().
| bool Library::PlatformType::mPointer {} | 
Definition at line 472 of file library.h.
Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().
| bool Library::PlatformType::mPtrPtr {} | 
Definition at line 473 of file library.h.
Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().
| bool Library::PlatformType::mSigned {} | 
Definition at line 469 of file library.h.
Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().
| std::string Library::PlatformType::mType | 
Definition at line 468 of file library.h.
Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().
| bool Library::PlatformType::mUnsigned {} | 
Definition at line 470 of file library.h.
Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().