|
Rcpp Version 1.1.2
|
#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 std::unordered_map< STORAGE, int > | HASH |
| typedef SelfInserter< HASH, STORAGE > | Inserter |
Private Attributes | |
| HASH | hash |
| IntegerVector | result |
Definition at line 50 of file self_match.h.
|
private |
Definition at line 61 of file self_match.h.
|
private |
Definition at line 62 of file self_match.h.
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::SelfMatch< RTYPE, TABLE_T >::STORAGE |
Definition at line 52 of file self_match.h.
|
inline |
Definition at line 54 of file self_match.h.
References hash, result, and Rcpp::table().

|
inline |
Definition at line 58 of file self_match.h.
References result.
|
private |
Definition at line 63 of file self_match.h.
Referenced by SelfMatch().
|
private |
Definition at line 64 of file self_match.h.
Referenced by operator IntegerVector(), and SelfMatch().