config.hh File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define HPP_CORE_VERSION_UNKNOWN_TAG   0
 
#define HPP_CORE_VERSION   "4.8.0"
 
#define HPP_CORE_MAJOR_VERSION   4
 
#define HPP_CORE_MINOR_VERSION   8
 
#define HPP_CORE_PATCH_VERSION   0
 
#define HPP_CORE_VERSION_AT_LEAST(major, minor, patch)
 
#define HPP_CORE_VERSION_AT_MOST(major, minor, patch)
 
#define HPP_CORE_DLLIMPORT
 
#define HPP_CORE_DLLEXPORT
 
#define HPP_CORE_DLLLOCAL
 
#define HPP_CORE_DLLAPI   HPP_CORE_DLLIMPORT
 
#define HPP_CORE_LOCAL   HPP_CORE_DLLLOCAL
 

Macro Definition Documentation

◆ HPP_CORE_DLLAPI

#define HPP_CORE_DLLAPI   HPP_CORE_DLLIMPORT

◆ HPP_CORE_DLLEXPORT

#define HPP_CORE_DLLEXPORT

◆ HPP_CORE_DLLIMPORT

#define HPP_CORE_DLLIMPORT

◆ HPP_CORE_DLLLOCAL

#define HPP_CORE_DLLLOCAL

◆ HPP_CORE_LOCAL

#define HPP_CORE_LOCAL   HPP_CORE_DLLLOCAL

◆ HPP_CORE_MAJOR_VERSION

#define HPP_CORE_MAJOR_VERSION   4

◆ HPP_CORE_MINOR_VERSION

#define HPP_CORE_MINOR_VERSION   8

◆ HPP_CORE_PATCH_VERSION

#define HPP_CORE_PATCH_VERSION   0

◆ HPP_CORE_VERSION

#define HPP_CORE_VERSION   "4.8.0"

◆ HPP_CORE_VERSION_AT_LEAST

#define HPP_CORE_VERSION_AT_LEAST (   major,
  minor,
  patch 
)
Value:
HPP_CORE_PATCH_VERSION>=patch))))
#define HPP_CORE_MINOR_VERSION
Definition: config.hh:13
#define HPP_CORE_MAJOR_VERSION
Definition: config.hh:12

◆ HPP_CORE_VERSION_AT_MOST

#define HPP_CORE_VERSION_AT_MOST (   major,
  minor,
  patch 
)
Value:
HPP_CORE_PATCH_VERSION<=patch))))
#define HPP_CORE_MINOR_VERSION
Definition: config.hh:13
#define HPP_CORE_MAJOR_VERSION
Definition: config.hh:12

◆ HPP_CORE_VERSION_UNKNOWN_TAG

#define HPP_CORE_VERSION_UNKNOWN_TAG   0