FMT 1.2.0
Forest management tools for forest planning
Loading...
Searching...
No Matches
Namespaces | Functions
RexportVersion.h File Reference
#include <Rcpp.h>
#include "FMTVersion.h"
#include "Rdefinitions.h"
#include <string>
Include dependency graph for RexportVersion.h:

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)
 
std::string R::getChangelogStaticPass (Version::FMTVersion *versionobject, bool french)
 
void R::exportVersion ()
 

Function Documentation

◆ RCPP_EXPOSED_AS()

RCPP_EXPOSED_AS ( Version::FMTVersion  )

◆ RCPP_EXPOSED_WRAP()

RCPP_EXPOSED_WRAP ( Version::FMTVersion  )