Microsimulation API
|
Functions | |
template<class T1 , class T2 > | |
SEXP | wrap (const std::vector< std::pair< T1, T2 > > v) |
template<class T1 , class T2 > | |
SEXP | wrap (const std::vector< boost::tuple< T1, T2 > > v) |
template<class T1 , class T2 , class T3 > | |
SEXP | wrap (const std::vector< boost::tuple< T1, T2, T3 > > v) |
template<class T1 , class T2 , class T3 , class T4 > | |
SEXP | wrap (const std::vector< boost::tuple< T1, T2, T3, T4 > > v) |
template<class T1 , class T2 , class T3 , class T4 , class T5 > | |
SEXP | wrap (const std::vector< boost::tuple< T1, T2, T3, T4, T5 > > v) |
template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 > | |
SEXP | wrap (const std::vector< boost::tuple< T1, T2, T3, T4, T5, T6 > > v) |
template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 , class T7 > | |
SEXP | wrap (const std::vector< boost::tuple< T1, T2, T3, T4, T5, T6, T7 > > v) |
template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 , class T7 , class T8 > | |
SEXP | wrap (const std::vector< boost::tuple< T1, T2, T3, T4, T5, T6, T7, T8 > > v) |
template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 , class T7 , class T8 , class T9 > | |
SEXP | wrap (const std::vector< boost::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > > v) |
template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 , class T7 , class T8 , class T9 , class T10 > | |
SEXP | wrap (const std::vector< boost::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 > > v) |
template<class T1 , class T2 > | |
SEXP | wrap_map (const std::map< T1, T2 > v) |
template<class T1a , class T1b , class T2 > | |
SEXP | wrap_map (const std::map< std::pair< T1a, T1b >, T2 > v, std::string key, std::string name1, std::string name2) |
template<class T1a , class T1b , class T1c , class T2 > | |
SEXP | wrap_map (const std::map< boost::tuple< T1a, T1b, T1c >, T2 > v, std::string key, std::string name1, std::string name2, std::string name3) |
template<class T1 , class T2 , class T3 , class T4 , class T5 > | |
SEXP | wrap_map (const std::map< std::pair< boost::tuple< T1, T2, T3 >, T4 >, T5 > v, std::string key, std::string name1, std::string name2) |
template<class T1 , class T2 > | |
SEXP | wrap_map (const boost::unordered_map< T1, T2 > v) |
template<class T1a , class T1b , class T2 > | |
SEXP | wrap_map (const boost::unordered_map< std::pair< T1a, T1b >, T2 > v, std::string key, std::string name1, std::string name2) |
template<class T1a , class T1b , class T1c , class T2 > | |
SEXP | wrap_map (const boost::unordered_map< boost::tuple< T1a, T1b, T1c >, T2 > v, std::string key, std::string name1, std::string name2, std::string name3) |
template<class T1 , class T2 , class T3 , class T4 , class T5 > | |
SEXP | wrap_map (const boost::unordered_map< std::pair< boost::tuple< T1, T2, T3 >, T4 >, T5 > v, std::string key, std::string name1, std::string name2) |
template<class T1 , class T2 > | |
SEXP | wrap (const vector< pair< T1, T2 > > v) |
template<class T1 , class T2 , class T3 , class T4 , class T5 > | |
SEXP | wrap_map (const std::map< std::pair< boost::tuple< T1, T2, T3 >, T4 >, T5 > v, std::string name1, std::string name2) |
template<class T1 , class T2 , class T3 , class T4 , class T5 > | |
SEXP | wrap_map (const boost::unordered_map< std::pair< boost::tuple< T1, T2, T3 >, T4 >, T5 > ov, std::string name1, std::string name2) |
SEXP Rcpp::wrap | ( | const std::vector< boost::tuple< T1, T2 > > | v | ) |
Definition at line 983 of file microsimulation.h.
SEXP Rcpp::wrap | ( | const std::vector< boost::tuple< T1, T2, T3 > > | v | ) |
Definition at line 996 of file microsimulation.h.
SEXP Rcpp::wrap | ( | const std::vector< boost::tuple< T1, T2, T3, T4 > > | v | ) |
Definition at line 1012 of file microsimulation.h.
SEXP Rcpp::wrap | ( | const std::vector< boost::tuple< T1, T2, T3, T4, T5 > > | v | ) |
Definition at line 1030 of file microsimulation.h.
SEXP Rcpp::wrap | ( | const std::vector< boost::tuple< T1, T2, T3, T4, T5, T6 > > | v | ) |
Definition at line 1051 of file microsimulation.h.
SEXP Rcpp::wrap | ( | const std::vector< boost::tuple< T1, T2, T3, T4, T5, T6, T7 > > | v | ) |
Definition at line 1074 of file microsimulation.h.
SEXP Rcpp::wrap | ( | const std::vector< boost::tuple< T1, T2, T3, T4, T5, T6, T7, T8 > > | v | ) |
Definition at line 1100 of file microsimulation.h.
SEXP Rcpp::wrap | ( | const std::vector< boost::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > > | v | ) |
Definition at line 1128 of file microsimulation.h.
SEXP Rcpp::wrap | ( | const std::vector< boost::tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 > > | v | ) |
Definition at line 1159 of file microsimulation.h.
SEXP Rcpp::wrap | ( | const std::vector< std::pair< T1, T2 > > | v | ) |
SEXP Rcpp::wrap | ( | const vector< pair< T1, T2 > > | v | ) |
Definition at line 971 of file microsimulation.h.
SEXP Rcpp::wrap_map | ( | const boost::unordered_map< boost::tuple< T1a, T1b, T1c >, T2 > | v, |
std::string | key, | ||
std::string | name1, | ||
std::string | name2, | ||
std::string | name3 | ||
) |
Definition at line 1261 of file microsimulation.h.
SEXP Rcpp::wrap_map | ( | const boost::unordered_map< std::pair< boost::tuple< T1, T2, T3 >, T4 >, T5 > | ov, |
std::string | name1, | ||
std::string | name2 | ||
) |
Definition at line 1304 of file microsimulation.h.
SEXP Rcpp::wrap_map | ( | const boost::unordered_map< std::pair< boost::tuple< T1, T2, T3 >, T4 >, T5 > | v, |
std::string | key, | ||
std::string | name1, | ||
std::string | name2 | ||
) |
SEXP Rcpp::wrap_map | ( | const boost::unordered_map< std::pair< T1a, T1b >, T2 > | v, |
std::string | key, | ||
std::string | name1, | ||
std::string | name2 | ||
) |
Definition at line 1268 of file microsimulation.h.
SEXP Rcpp::wrap_map | ( | const boost::unordered_map< T1, T2 > | v | ) |
Definition at line 1255 of file microsimulation.h.
SEXP Rcpp::wrap_map | ( | const std::map< boost::tuple< T1a, T1b, T1c >, T2 > | v, |
std::string | key, | ||
std::string | name1, | ||
std::string | name2, | ||
std::string | name3 | ||
) |
Definition at line 1213 of file microsimulation.h.
SEXP Rcpp::wrap_map | ( | const std::map< std::pair< boost::tuple< T1, T2, T3 >, T4 >, T5 > | v, |
std::string | key, | ||
std::string | name1, | ||
std::string | name2 | ||
) |
SEXP Rcpp::wrap_map | ( | const std::map< std::pair< boost::tuple< T1, T2, T3 >, T4 >, T5 > | v, |
std::string | name1, | ||
std::string | name2 | ||
) |
Definition at line 1275 of file microsimulation.h.
SEXP Rcpp::wrap_map | ( | const std::map< std::pair< T1a, T1b >, T2 > | v, |
std::string | key, | ||
std::string | name1, | ||
std::string | name2 | ||
) |
Definition at line 1235 of file microsimulation.h.
SEXP Rcpp::wrap_map | ( | const std::map< T1, T2 > | v | ) |
Definition at line 1193 of file microsimulation.h.