#include <blocxx/BLOCXX_config.h>
Go to the source code of this file.
Namespaces | |
| namespace | limal |
Defines | |
| #define | LIMAL_CONFIG_H 1 |
| #define | LIMAL_LIB_VERSION "1.0.8" |
| LiMaL library version. | |
| #define | LIMAL_API_VERSION 1 |
| LiMaL API/namespace version. | |
| #define | LIMAL_DEFINE_NAMESPACE_CAT(name, ver) name ## ver |
| Helper macros to define a namespace with version. | |
| #define | LIMAL_DEFINE_NAMESPACE(name, ver) LIMAL_DEFINE_NAMESPACE_CAT(name,ver) |
Functions | |
| const char *const | limal_lib_version () |
| LiMaL library version string function. | |
| const unsigned int | limal_api_version () |
| LiMaL API version number function. | |
This is config file provides compilation time definitions like the version of the library, and the declaration of the main LiMaL namespace.
|
|
LiMaL API/namespace version.
|
|
|
|
|
|
|
|
|
Helper macros to define a namespace with version.
|
|
|
LiMaL library version.
|
|
|
LiMaL API version number function.
|
|
|
LiMaL library version string function.
|
1.4.4