Rcpp Version 1.0.9
Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T > Class Template Reference

#include <setdiff.h>

Public Types

typedef Rcpp::traits::storage_type< RTYPE >::type STORAGE
 

Public Member Functions

 SetEqual (const LHS_T &lhs, const RHS_T &rhs)
 
bool get () const
 

Private Types

typedef RCPP_UNORDERED_SET< STORAGESET
 
typedef SET::const_iterator ITERATOR
 

Private Attributes

SET lhs_set
 
SET rhs_set
 

Detailed Description

template<int RTYPE, bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
class Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >

Definition at line 71 of file setdiff.h.

Member Typedef Documentation

◆ ITERATOR

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef SET::const_iterator Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::ITERATOR
private

Definition at line 93 of file setdiff.h.

◆ SET

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef RCPP_UNORDERED_SET<STORAGE> Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::SET
private

Definition at line 92 of file setdiff.h.

◆ STORAGE

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::STORAGE

Definition at line 73 of file setdiff.h.

Constructor & Destructor Documentation

◆ SetEqual()

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::SetEqual ( const LHS_T &  lhs,
const RHS_T &  rhs 
)
inline

Definition at line 75 of file setdiff.h.

Member Function Documentation

◆ get()

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
bool Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::get ( ) const
inline

Member Data Documentation

◆ lhs_set

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
SET Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs_set
private

◆ rhs_set

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
SET Rcpp::sugar::SetEqual< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs_set
private

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