|
Rcpp Version 1.0.14
|
#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 RCPP_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 93 of file table.h.
References Rcpp::Vector< RTYPE, StoragePolicy >::begin(), Rcpp::Vector< RTYPE, StoragePolicy >::end(), Rcpp::sugar::Table< RTYPE, TABLE_T >::hash, Rcpp::sugar::Table< RTYPE, TABLE_T >::map, and Rcpp::table().

|
inline |
Definition at line 101 of file table.h.
References Rcpp::as(), Rcpp::sugar::Table< RTYPE, TABLE_T >::map, Rcpp::no_init(), and Rcpp::Vector< RTYPE, StoragePolicy >::size().

Definition at line 114 of file table.h.
Referenced by Rcpp::sugar::Table< RTYPE, TABLE_T >::Table().
|
private |
Definition at line 117 of file table.h.
Referenced by Rcpp::sugar::Table< RTYPE, TABLE_T >::operator IntegerVector(), and Rcpp::sugar::Table< RTYPE, TABLE_T >::Table().