|
Rcpp Version 1.1.2
|
#include <table.h>
Public Types | |
| typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE |
Public Member Functions | |
| Table (const TABLE_T &table) | |
| operator IntegerVector () const | |
Private Types | |
| typedef std::unordered_map< STORAGE, int > | HASH |
| typedef CountInserter< HASH, STORAGE > | Inserter |
| typedef std::map< STORAGE, int, internal::NAComparator< STORAGE > > | SORTED_MAP |
Private Attributes | |
| HASH | hash |
| SORTED_MAP | map |
|
private |
|
private |
|
private |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Table< RTYPE, TABLE_T >::STORAGE |
|
inline |
Definition at line 62 of file table.h.
References hash, map, and Rcpp::table().

|
inline |
Definition at line 70 of file table.h.
References map, and Rcpp::no_init().

|
private |
|
private |
Definition at line 86 of file table.h.
Referenced by operator IntegerVector(), and Table().