![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
#include "elementa/license.inc"#include "elementa/checks.inc"

Go to the source code of this file.
Macros | |
| #define | ELE_PRE_TOSTR_IMPL(x) #x |
| #define | ELE_PRE_TOSTR(x) ELE_PRE_TOSTR_IMPL(x) |
| Convert another macro result or token into a string. More... | |
| #define | ELE_PRE_NAME "Elementa" |
| Elementa library name. More... | |
| #define | ELE_PRE_VER_MAJOR 5 |
| Elementa version major number. More... | |
| #define | ELE_PRE_VER_MINOR 0 |
| Elementa version minor number. More... | |
| #define | ELE_PRE_VER_REV 0 |
| Elementa version revision number. More... | |
| #define | ELE_PRE_VERSIONSTR |
| Elementa whole version string. More... | |
Functions | |
| constexpr const char * | elementa::base::kYesNoCString (bool b) |
| User-friendly yes/no output. More... | |
Variables | |
| constexpr bool | elementa::base::kYes = true |
| Constant for "yes". More... | |
| constexpr bool | elementa::base::kNo = false |
| Constant for "no". More... | |