PrimitiveTypes.h

Declares the reflection for the basic primitive types of C++.

Definitions for the following types are defined here

  • bool
  • char
  • signed char
  • unsigned char
  • short
  • unsigned short
  • int
  • unsigned int
  • long
  • unsigned long
  • float
  • double
Close