Rcpp Version 1.0.9
|
#include <unique.h>
Public Member Functions | |
In (const TABLE_T &table) | |
template<typename T > | |
LogicalVector | get (const T &x) const |
Private Types | |
typedef sugar::IndexHash< RTYPE > | HASH |
Private Attributes | |
Vector< RTYPE > | vec |
HASH | hash |
|
private |
|
inline |
Definition at line 50 of file unique.h.
References Rcpp::sugar::IndexHash< RTYPE >::fill(), and Rcpp::sugar::In< RTYPE, TABLE_T >::hash.
|
inline |
Definition at line 55 of file unique.h.
References Rcpp::sugar::In< RTYPE, TABLE_T >::hash.
Referenced by Rcpp::in().
|
private |
Definition at line 47 of file unique.h.
Referenced by Rcpp::sugar::In< RTYPE, TABLE_T >::get(), and Rcpp::sugar::In< RTYPE, TABLE_T >::In().
|
private |