Botan
1.10.9
|
#include <botan/types.h>
#include <string>
Go to the source code of this file.
Namespaces | |
Botan | |
Macros | |
#define | BOTAN_VERSION_CODE |
#define | BOTAN_VERSION_CODE_FOR(a, b, c) ((a << 16) | (b << 8) | (c)) |
Functions | |
u32bit | Botan::version_datestamp () |
u32bit | Botan::version_major () |
u32bit | Botan::version_minor () |
u32bit | Botan::version_patch () |
std::string | Botan::version_string () |
#define BOTAN_VERSION_CODE |
Compare using BOTAN_VERSION_CODE_FOR, as in