Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::sugar::SelfInserter< HASH, STORAGE > Class Template Reference

#include <self_match.h>

Public Member Functions

 SelfInserter (HASH &hash_)
R_xlen_t operator() (STORAGE value)

Private Attributes

HASH & hash
R_xlen_t index

Detailed Description

template<typename HASH, typename STORAGE>
class Rcpp::sugar::SelfInserter< HASH, STORAGE >

Definition at line 30 of file self_match.h.

Constructor & Destructor Documentation

◆ SelfInserter()

template<typename HASH, typename STORAGE>
Rcpp::sugar::SelfInserter< HASH, STORAGE >::SelfInserter ( HASH & hash_)
inline

Definition at line 32 of file self_match.h.

References hash, and index.

Member Function Documentation

◆ operator()()

template<typename HASH, typename STORAGE>
R_xlen_t Rcpp::sugar::SelfInserter< HASH, STORAGE >::operator() ( STORAGE value)
inline

Definition at line 34 of file self_match.h.

References hash, and index.

Member Data Documentation

◆ hash

template<typename HASH, typename STORAGE>
HASH& Rcpp::sugar::SelfInserter< HASH, STORAGE >::hash
private

Definition at line 45 of file self_match.h.

Referenced by operator()(), and SelfInserter().

◆ index

template<typename HASH, typename STORAGE>
R_xlen_t Rcpp::sugar::SelfInserter< HASH, STORAGE >::index
private

Definition at line 46 of file self_match.h.

Referenced by operator()(), and SelfInserter().


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