$search
#include <arma_version.hpp>
Static Public Member Functions | |
static std::string | as_string () |
Static Public Attributes | |
static const unsigned int | major = ARMA_VERSION_MAJOR |
static const unsigned int | minor = ARMA_VERSION_MINOR |
static const unsigned int | patch = ARMA_VERSION_PATCH |
Definition at line 26 of file arma_version.hpp.
static std::string arma_version::as_string | ( | ) | [inline, static] |
Definition at line 35 of file arma_version.hpp.
const unsigned int arma_version::major = ARMA_VERSION_MAJOR [static] |
Definition at line 28 of file arma_version.hpp.
const unsigned int arma_version::minor = ARMA_VERSION_MINOR [static] |
Definition at line 29 of file arma_version.hpp.
const unsigned int arma_version::patch = ARMA_VERSION_PATCH [static] |
Definition at line 30 of file arma_version.hpp.