Microsimulation API
|
#include <rcpp_table.h>
Public Member Functions | |
DataFrameSelect (const DataFrame &df, int i=0) | |
DataFrameSelect (const DataFrame &df, string name) | |
T | operator[] (int i) |
int | size () |
Public Attributes | |
Vector< Rcpp::traits::r_sexptype_traits< T >::rtype > | data |
Definition at line 121 of file rcpp_table.h.
|
inline |
Definition at line 124 of file rcpp_table.h.
|
inline |
Definition at line 127 of file rcpp_table.h.
|
inline |
Definition at line 130 of file rcpp_table.h.
|
inline |
Definition at line 133 of file rcpp_table.h.
Vector<Rcpp::traits::r_sexptype_traits<T>::rtype> DataFrameSelect< T >::data |
Definition at line 123 of file rcpp_table.h.