FIMS  v0.9.3
Loading...
Searching...
No Matches
rcpp_parameter.cpp File Reference

Implementation of Rcpp parameter interfaces for the FIMS framework. More...

#include "../inst/include/interface/rcpp/rcpp_objects/rcpp_interface_base.hpp"
#include <RcppCommon.h>
#include <Rcpp.h>

Functions

void register_parameter (Rcpp::Module &m)
 Register the parameter module.
 
void register_vectors (Rcpp::Module &m)
 Register the vectors module.
 

Detailed Description

Implementation of Rcpp parameter interfaces for the FIMS framework.

Function Documentation

◆ register_parameter()

void register_parameter ( Rcpp::Module m)

Register the parameter module.

Function to register parameter classes with the Rcpp module system.

◆ register_vectors()

void register_vectors ( Rcpp::Module m)

Register the vectors module.

Function to register vector classes with the Rcpp module system.