Botan  1.11.15
Namespaces | Defines | Functions
src/lib/utils/version.cpp File Reference
#include <botan/version.h>
#include <botan/parsing.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Defines

#define QUOTE(name)   #name
#define STR(macro)   QUOTE(macro)

Functions

const char * Botan::version_cstr ()
u32bit Botan::version_datestamp ()
u32bit Botan::version_major ()
u32bit Botan::version_minor ()
u32bit Botan::version_patch ()
std::string Botan::version_string ()

Define Documentation

#define QUOTE (   name)    #name
#define STR (   macro)    QUOTE(macro)

Referenced by Botan::version_cstr().