Cppcheck
Public Member Functions | Public Attributes | List of all members
Library::PlatformType Struct Reference

#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 {}
 

Detailed Description

Definition at line 455 of file library.h.

Member Function Documentation

◆ operator!=()

bool Library::PlatformType::operator!= ( const PlatformType type) const
inline

Definition at line 465 of file library.h.

◆ operator==()

bool Library::PlatformType::operator== ( const PlatformType type) const
inline

Definition at line 456 of file library.h.

References mConstPtr, mLong, mPointer, mPtrPtr, mSigned, mType, and mUnsigned.

Member Data Documentation

◆ mConstPtr

bool Library::PlatformType::mConstPtr {}

Definition at line 474 of file library.h.

Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().

◆ mLong

bool Library::PlatformType::mLong {}

Definition at line 471 of file library.h.

Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().

◆ mPointer

bool Library::PlatformType::mPointer {}

Definition at line 472 of file library.h.

Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().

◆ mPtrPtr

bool Library::PlatformType::mPtrPtr {}

Definition at line 473 of file library.h.

Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().

◆ mSigned

bool Library::PlatformType::mSigned {}

Definition at line 469 of file library.h.

Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().

◆ mType

std::string Library::PlatformType::mType

Definition at line 468 of file library.h.

Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().

◆ mUnsigned

bool Library::PlatformType::mUnsigned {}

Definition at line 470 of file library.h.

Referenced by ValueType::fromLibraryType(), Library::load(), and operator==().


The documentation for this struct was generated from the following file: