Collects global CasADi meta information.
More...
#include <casadi_meta.hpp>
- Author
- Joris Gillis
- Date
- 2012
Extra doc: https://github.com/casadi/casadi/wiki/L_23k
Definition at line 39 of file casadi_meta.hpp.
◆ build_type()
static const char* casadi::CasadiMeta::build_type |
( |
| ) |
|
|
static |
◆ compiler()
static const char* casadi::CasadiMeta::compiler |
( |
| ) |
|
|
static |
◆ compiler_flags()
static const char* casadi::CasadiMeta::compiler_flags |
( |
| ) |
|
|
static |
◆ compiler_id()
static const char* casadi::CasadiMeta::compiler_id |
( |
| ) |
|
|
static |
◆ feature_list()
static const char* casadi::CasadiMeta::feature_list |
( |
| ) |
|
|
static |
◆ git_describe()
static const char* casadi::CasadiMeta::git_describe |
( |
| ) |
|
|
static |
◆ git_revision()
static const char* casadi::CasadiMeta::git_revision |
( |
| ) |
|
|
static |
◆ install_prefix()
static const char* casadi::CasadiMeta::install_prefix |
( |
| ) |
|
|
static |
◆ modules()
static const char* casadi::CasadiMeta::modules |
( |
| ) |
|
|
static |
◆ plugins()
static const char* casadi::CasadiMeta::plugins |
( |
| ) |
|
|
static |
◆ version()
static const char* casadi::CasadiMeta::version |
( |
| ) |
|
|
static |
The format is 'x.y.z' or 'x.y.z+'
The variant without + indicates that the version is an official release
The variant with + indicates that the version is more recent than 'x.y.z', and might be more recent than 'x.y.w' with w>z.
- See also
- getGitRevision getGitDescribe
Extra doc: https://github.com/casadi/casadi/wiki/L_iz
The documentation for this class was generated from the following file: