Rcpp Version 1.0.9
Rcpp::sugar::InSet< HASH > Class Template Reference

#include <unique.h>

Public Member Functions

 InSet (const HASH &hash_)
 
int operator() (STORAGE value)
 

Private Types

typedef HASH::STORAGE STORAGE
 

Private Attributes

const HASH & hash
 

Detailed Description

template<typename HASH>
class Rcpp::sugar::InSet< HASH >

Definition at line 29 of file unique.h.

Member Typedef Documentation

◆ STORAGE

template<typename HASH >
typedef HASH::STORAGE Rcpp::sugar::InSet< HASH >::STORAGE
private

Definition at line 30 of file unique.h.

Constructor & Destructor Documentation

◆ InSet()

template<typename HASH >
Rcpp::sugar::InSet< HASH >::InSet ( const HASH &  hash_)
inline

Definition at line 33 of file unique.h.

Member Function Documentation

◆ operator()()

template<typename HASH >
int Rcpp::sugar::InSet< HASH >::operator() ( STORAGE  value)
inline

Definition at line 35 of file unique.h.

References Rcpp::sugar::InSet< HASH >::hash.

Member Data Documentation

◆ hash

template<typename HASH >
const HASH& Rcpp::sugar::InSet< HASH >::hash
private

Definition at line 40 of file unique.h.

Referenced by Rcpp::sugar::InSet< HASH >::operator()().


The documentation for this class was generated from the following file: