Rcpp Version 1.0.9
Rcpp::sugar::Grabber< HASH, RTYPE > Class Template Reference

#include <table.h>

Collaboration diagram for Rcpp::sugar::Grabber< HASH, RTYPE >:

Public Member Functions

 Grabber (IntegerVector &res_, CharacterVector &names_)
 
template<typename T >
void operator() (T pair)
 

Private Attributes

IntegerVectorres
 
CharacterVectornames
 
R_xlen_t index
 

Detailed Description

template<typename HASH, int RTYPE>
class Rcpp::sugar::Grabber< HASH, RTYPE >

Definition at line 42 of file table.h.

Constructor & Destructor Documentation

◆ Grabber()

template<typename HASH , int RTYPE>
Rcpp::sugar::Grabber< HASH, RTYPE >::Grabber ( IntegerVector res_,
CharacterVector names_ 
)
inline

Definition at line 44 of file table.h.

Member Function Documentation

◆ operator()()

template<typename HASH , int RTYPE>
template<typename T >
void Rcpp::sugar::Grabber< HASH, RTYPE >::operator() ( pair)
inline

Member Data Documentation

◆ index

template<typename HASH , int RTYPE>
R_xlen_t Rcpp::sugar::Grabber< HASH, RTYPE >::index
private

Definition at line 55 of file table.h.

Referenced by Rcpp::sugar::Grabber< HASH, RTYPE >::operator()().

◆ names

template<typename HASH , int RTYPE>
CharacterVector& Rcpp::sugar::Grabber< HASH, RTYPE >::names
private

Definition at line 54 of file table.h.

Referenced by Rcpp::sugar::Grabber< HASH, RTYPE >::operator()().

◆ res

template<typename HASH , int RTYPE>
IntegerVector& Rcpp::sugar::Grabber< HASH, RTYPE >::res
private

Definition at line 53 of file table.h.

Referenced by Rcpp::sugar::Grabber< HASH, RTYPE >::operator()().


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