#include <rcpp_table.h>
|
typedef set< key_type, greater< key_type > > | Axis |
|
|
| Table () |
|
void | insert (const key_type &key, const mapped_type &outcome) |
|
virtual mapped_type | operator() (key_type key) |
|
| Table (const DataFrame &df, string s0, string s1) |
|
template<class key_type, class mapped_type>
class Table< key_type, mapped_type >
Definition at line 303 of file rcpp_table.h.
◆ Axis
template<class key_type , class mapped_type >
typedef set<key_type, greater<key_type> > Table< key_type, mapped_type >::Axis |
◆ Table() [1/2]
template<class key_type , class mapped_type >
◆ Table() [2/2]
template<class key_type , class mapped_type >
Table< key_type, mapped_type >::Table |
( |
const DataFrame & |
df, |
|
|
string |
s0, |
|
|
string |
s1 |
|
) |
| |
|
inline |
◆ insert()
template<class key_type , class mapped_type >
void Table< key_type, mapped_type >::insert |
( |
const key_type & |
key, |
|
|
const mapped_type & |
outcome |
|
) |
| |
|
inline |
◆ operator()()
template<class key_type , class mapped_type >
virtual mapped_type Table< key_type, mapped_type >::operator() |
( |
key_type |
key | ) |
|
|
inlinevirtual |
◆ axis
template<class key_type , class mapped_type >
◆ data
template<class key_type , class mapped_type >
map<key_type,mapped_type> Table< key_type, mapped_type >::data |
|
private |
The documentation for this class was generated from the following file:
- /home/marcle/src/R/microsimulation/inst/include/rcpp_table.h