Rcpp Version 1.0.9
Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > Class Template Reference

#include <plus.h>

Inheritance diagram for Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >:
Collaboration diagram for Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >:

Public Types

typedef Rcpp::VectorBase< REALSXP, LHS_NA, LHS_T > LHS_TYPE
 
typedef Rcpp::VectorBase< REALSXP, RHS_NA, RHS_T > RHS_TYPE
 
typedef Rcpp::traits::Extractor< REALSXP, LHS_NA, LHS_T >::type LHS_EXT
 
typedef Rcpp::traits::Extractor< REALSXP, RHS_NA, RHS_T >::type RHS_EXT
 
- Public Types inherited from Rcpp::VectorBase< REALSXP, true, Plus_Vector_Vector< REALSXP, 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

 Plus_Vector_Vector (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_)
 
double operator[] (R_xlen_t i) const
 
R_xlen_t size () const
 
- Public Member Functions inherited from Rcpp::VectorBase< REALSXP, true, Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > >
Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > & get_ref ()
 
const Plus_Vector_Vector< REALSXP, 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_EXTlhs
 
const RHS_EXTrhs
 

Detailed Description

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
class Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >

Definition at line 59 of file plus.h.

Member Typedef Documentation

◆ LHS_EXT

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::traits::Extractor<REALSXP, LHS_NA, LHS_T>::type Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_EXT

Definition at line 65 of file plus.h.

◆ LHS_TYPE

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::VectorBase<REALSXP,LHS_NA,LHS_T> Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_TYPE

Definition at line 62 of file plus.h.

◆ RHS_EXT

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::traits::Extractor<REALSXP, RHS_NA, RHS_T>::type Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_EXT

Definition at line 66 of file plus.h.

◆ RHS_TYPE

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::VectorBase<REALSXP,RHS_NA,RHS_T> Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_TYPE

Definition at line 63 of file plus.h.

Constructor & Destructor Documentation

◆ Plus_Vector_Vector()

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::Plus_Vector_Vector ( const LHS_TYPE lhs_,
const RHS_TYPE rhs_ 
)
inline

Definition at line 68 of file plus.h.

Member Function Documentation

◆ operator[]()

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
double Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::operator[] ( R_xlen_t  i) const
inline

◆ size()

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
R_xlen_t Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::size ( ) const
inline

Member Data Documentation

◆ lhs

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
const LHS_EXT& Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs
private

Definition at line 78 of file plus.h.

◆ rhs

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
const RHS_EXT& Rcpp::sugar::Plus_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs
private

Definition at line 79 of file plus.h.


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