Rcpp Version 1.0.9
Rcpp::sugar::CountInserter< HASH, STORAGE > Class Template Reference

#include <table.h>

Public Member Functions

 CountInserter (HASH &hash_)
 
void operator() (STORAGE value)
 

Private Attributes

HASH & hash
 

Detailed Description

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

Definition at line 29 of file table.h.

Constructor & Destructor Documentation

◆ CountInserter()

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

Definition at line 31 of file table.h.

Member Function Documentation

◆ operator()()

template<typename HASH , typename STORAGE >
void Rcpp::sugar::CountInserter< HASH, STORAGE >::operator() ( STORAGE  value)
inline

Definition at line 33 of file table.h.

References Rcpp::sugar::CountInserter< HASH, STORAGE >::hash.

Member Data Documentation

◆ hash

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

Definition at line 38 of file table.h.

Referenced by Rcpp::sugar::CountInserter< HASH, STORAGE >::operator()().


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