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

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

Go to the source code of this file.

Classes

class  FleetInterfaceBase
 Rcpp interface that serves as the parent class for Rcpp fleet interfaces. This type should be inherited and not called from R directly. More...
 
class  FleetInterface
 The Rcpp interface for Fleet to instantiate from R: fleet <- methods::new(Fleet) More...
 

Detailed Description

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