Microsimulation API
|
#include <rcpp_table.h>
Public Types | |
typedef std::tuple< I0, I1, I2 > | key_type |
typedef Outcome | mapped_type |
typedef std::tuple< set< I0, greater< I0 > >, set< I1, greater< I1 > >, set< I2, greater< I2 > > > | Axis |
Public Member Functions | |
Table () | |
void | insert (I0 key0, I1 key1, I2 key2, mapped_type outcome) |
virtual Outcome | operator() (I0 i0, I1 i1, I2 i2) |
Table (const DataFrame &df, string s0, string s1, string s2, string s3) | |
Private Attributes | |
Axis | axis |
map< key_type, mapped_type > | data |
Definition at line 233 of file rcpp_table.h.
typedef std::tuple< set<I0, greater<I0> >, set<I1, greater<I1> >, set<I2, greater<I2> > > Table< I0, I1, I2, Outcome >::Axis |
Definition at line 241 of file rcpp_table.h.
typedef std::tuple<I0,I1,I2> Table< I0, I1, I2, Outcome >::key_type |
Definition at line 235 of file rcpp_table.h.
typedef Outcome Table< I0, I1, I2, Outcome >::mapped_type |
Definition at line 236 of file rcpp_table.h.
|
inline |
Definition at line 242 of file rcpp_table.h.
|
inline |
Definition at line 255 of file rcpp_table.h.
|
inline |
Definition at line 243 of file rcpp_table.h.
|
inlinevirtual |
Definition at line 250 of file rcpp_table.h.
|
private |
Definition at line 265 of file rcpp_table.h.
|
private |
Definition at line 266 of file rcpp_table.h.