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

#include <pmin.h>

Inheritance diagram for Rcpp::sugar::Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >:
Collaboration diagram for Rcpp::sugar::Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >:

Public Types

typedef Rcpp::traits::storage_type< RTYPE >::type STORAGE
 
typedef pmin_op< RTYPE, LHS_NA, RHS_NA > OPERATOR
 
- Public Types inherited from Rcpp::VectorBase< RTYPE,(LHS_NA||RHS_NA), Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T > >
typedef traits::storage_type< RTYPE >::type stored_type
 
typedef traits::storage_type< RTYPE >::type elem_type
 
typedef iter_base< iter_traits > iterator
 
typedef iter_base< const_iter_traits > const_iterator
 

Public Member Functions

 Pmin_Vector_Vector (const LHS_T &lhs_, const RHS_T &rhs_)
 
STORAGE operator[] (R_xlen_t i) const
 
R_xlen_t size () const
 
- Public Member Functions inherited from Rcpp::VectorBase< RTYPE,(LHS_NA||RHS_NA), Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T > >
Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T > & get_ref ()
 
const Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T > & get_ref () const
 
stored_type operator[] (R_xlen_t i) const
 
R_xlen_t size () const
 
const_iterator begin () const
 
const_iterator end () const
 
const_iterator cbegin () const
 
const_iterator cend () const
 

Private Attributes

const LHS_T & lhs
 
const RHS_T & rhs
 
OPERATOR op
 

Detailed Description

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

Definition at line 99 of file pmin.h.

Member Typedef Documentation

◆ OPERATOR

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef pmin_op<RTYPE,LHS_NA,RHS_NA> Rcpp::sugar::Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::OPERATOR

Definition at line 106 of file pmin.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::Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::STORAGE

Definition at line 105 of file pmin.h.

Constructor & Destructor Documentation

◆ Pmin_Vector_Vector()

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::Pmin_Vector_Vector ( const LHS_T &  lhs_,
const RHS_T &  rhs_ 
)
inline

Definition at line 108 of file pmin.h.

Member Function Documentation

◆ operator[]()

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
STORAGE Rcpp::sugar::Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::operator[] ( R_xlen_t  i) const
inline

◆ size()

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
R_xlen_t Rcpp::sugar::Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::size ( ) const
inline

Member Data Documentation

◆ lhs

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
const LHS_T& Rcpp::sugar::Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs
private

◆ op

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
OPERATOR Rcpp::sugar::Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::op
private

◆ rhs

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
const RHS_T& Rcpp::sugar::Pmin_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs
private

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