FMT 0.9.8
Forest management tools for forest planning
|
Go to the source code of this file.
Namespaces | |
namespace | R |
Functions | |
RCPP_EXPOSED_WRAP (Version::FMTversion) | |
RCPP_EXPOSED_AS (Version::FMTversion) | |
int | R::getmajorstaticpass (Version::FMTversion *versionobject) |
int | R::getminorstaticpass (Version::FMTversion *versionobject) |
int | R::getpatchstaticpass (Version::FMTversion *versionobject) |
std::string | R::getversionstaticpass (Version::FMTversion *versionobject) |
bool | R::isatleaststaticpass (Version::FMTversion *versionobject, int major, int minor, int patch) |
bool | R::hasfeaturestaticpass (Version::FMTversion *versionobject, const std::string &feature) |
std::string | R::getlicensestaticpass (Version::FMTversion *versionobject, bool french) |
void | R::exportVersion () |
RCPP_EXPOSED_AS | ( | Version::FMTversion | ) |
RCPP_EXPOSED_WRAP | ( | Version::FMTversion | ) |