Rcpp Version 1.0.9
|
#include <self_match.h>
Public Types | |
typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE |
Public Member Functions | |
SelfMatch (const TABLE_T &table) | |
operator IntegerVector () const | |
Private Types | |
typedef RCPP_UNORDERED_MAP< STORAGE, int > | HASH |
typedef SelfInserter< HASH, STORAGE > | Inserter |
Private Attributes | |
HASH | hash |
IntegerVector | result |
Definition at line 49 of file self_match.h.
|
private |
Definition at line 60 of file self_match.h.
|
private |
Definition at line 61 of file self_match.h.
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::SelfMatch< RTYPE, TABLE_T >::STORAGE |
Definition at line 51 of file self_match.h.
|
inline |
Definition at line 53 of file self_match.h.
References Rcpp::Vector< RTYPE, StoragePolicy >::begin(), Rcpp::Vector< RTYPE, StoragePolicy >::end(), Rcpp::sugar::SelfMatch< RTYPE, TABLE_T >::hash, and Rcpp::table().
|
inline |
Definition at line 57 of file self_match.h.
References Rcpp::sugar::SelfMatch< RTYPE, TABLE_T >::result.
|
private |
Definition at line 62 of file self_match.h.
Referenced by Rcpp::sugar::SelfMatch< RTYPE, TABLE_T >::SelfMatch().
|
private |
Definition at line 63 of file self_match.h.
Referenced by Rcpp::sugar::SelfMatch< RTYPE, TABLE_T >::operator IntegerVector().