Cppcheck
Public Types | Public Attributes | List of all members
Library::PodType Struct Reference

#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
 

Detailed Description

Definition at line 445 of file library.h.

Member Enumeration Documentation

◆ Type

Enumerator
NO 
BOOL 
CHAR 
SHORT 
INT 
LONG 
LONGLONG 

Definition at line 448 of file library.h.

Member Data Documentation

◆ sign

char Library::PodType::sign

Definition at line 447 of file library.h.

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

◆ size

unsigned int Library::PodType::size

Definition at line 446 of file library.h.

Referenced by ValueType::fromLibraryType(), Library::load(), and Tokenizer::sizeOfType().

◆ stdtype

enum Library::PodType::Type Library::PodType::stdtype

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