FIMS  v0.8.0
Loading...
Searching...
No Matches
rcpp_population.hpp File Reference

The Rcpp interface to declare different types of populations. Allows for the use of methods::new() in R. More...

Go to the source code of this file.

Classes

class  PopulationInterfaceBase
 Rcpp interface that serves as the parent class for Rcpp population interfaces. This type should be inherited and not called from R directly. More...
 
class  PopulationInterface
 Rcpp interface for a new Population to instantiate from R: population <- methods::new(population) More...
 

Detailed Description

The Rcpp interface to declare different types of populations. Allows for the use of methods::new() in R.