Simple-Utility v2.3.1
Loading...
Searching...
No Matches
Config.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SL_UTILITY_STR(arg)   #arg
 
#define SL_UTILITY_XSTR(arg)   SL_UTILITY_STR(arg)
 
#define SL_UTILITY_NO_UNIQUE_ADDRESS
 
#define SL_UTILITY_VERSION_MAJOR   2
 
#define SL_UTILITY_VERSION_MINOR   3
 
#define SL_UTILITY_VERSION_PATCH   1
 
#define SL_UTILITY_VERSION
 

Macro Definition Documentation

◆ SL_UTILITY_NO_UNIQUE_ADDRESS

#define SL_UTILITY_NO_UNIQUE_ADDRESS

◆ SL_UTILITY_STR

#define SL_UTILITY_STR (   arg)    #arg

◆ SL_UTILITY_VERSION

#define SL_UTILITY_VERSION
Value:
#define SL_UTILITY_XSTR(arg)
Definition: Config.hpp:12
#define SL_UTILITY_VERSION_MINOR
Definition: Config.hpp:25
#define SL_UTILITY_VERSION_MAJOR
Definition: Config.hpp:24
#define SL_UTILITY_VERSION_PATCH
Definition: Config.hpp:26

◆ SL_UTILITY_VERSION_MAJOR

#define SL_UTILITY_VERSION_MAJOR   2

◆ SL_UTILITY_VERSION_MINOR

#define SL_UTILITY_VERSION_MINOR   3

◆ SL_UTILITY_VERSION_PATCH

#define SL_UTILITY_VERSION_PATCH   1

◆ SL_UTILITY_XSTR

#define SL_UTILITY_XSTR (   arg)    SL_UTILITY_STR(arg)