Rcpp Version 1.0.9
Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T > Class Template Reference

#include <plus.h>

Inheritance diagram for Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >:
Collaboration diagram for Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >:

Public Types

typedef Rcpp::VectorBase< RTYPE, NA, T > VEC_TYPE
 
typedef traits::storage_type< RTYPE >::type STORAGE
 
typedef Rcpp::traits::Extractor< RTYPE, NA, T >::type EXT
 
- Public Types inherited from Rcpp::VectorBase< RTYPE, true, Plus_Vector_Primitive_nona< RTYPE, NA, 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_Primitive_nona (const VEC_TYPE &lhs_, STORAGE rhs_)
 
STORAGE operator[] (R_xlen_t i) const
 
R_xlen_t size () const
 
- Public Member Functions inherited from Rcpp::VectorBase< RTYPE, true, Plus_Vector_Primitive_nona< RTYPE, NA, T > >
Plus_Vector_Primitive_nona< RTYPE, NA, T > & get_ref ()
 
const Plus_Vector_Primitive_nona< RTYPE, NA, 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 EXTlhs
 
STORAGE rhs
 

Detailed Description

template<int RTYPE, bool NA, typename T>
class Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >

Definition at line 351 of file plus.h.

Member Typedef Documentation

◆ EXT

template<int RTYPE, bool NA, typename T >
typedef Rcpp::traits::Extractor< RTYPE, NA, T>::type Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::EXT

Definition at line 355 of file plus.h.

◆ STORAGE

template<int RTYPE, bool NA, typename T >
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::STORAGE

Definition at line 354 of file plus.h.

◆ VEC_TYPE

template<int RTYPE, bool NA, typename T >
typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::VEC_TYPE

Definition at line 353 of file plus.h.

Constructor & Destructor Documentation

◆ Plus_Vector_Primitive_nona()

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::Plus_Vector_Primitive_nona ( const VEC_TYPE lhs_,
STORAGE  rhs_ 
)
inline

Definition at line 357 of file plus.h.

Member Function Documentation

◆ operator[]()

template<int RTYPE, bool NA, typename T >
STORAGE Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::operator[] ( R_xlen_t  i) const
inline

◆ size()

template<int RTYPE, bool NA, typename T >
R_xlen_t Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::size ( ) const
inline

Member Data Documentation

◆ lhs

◆ rhs


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