Rcpp Version 1.0.9
Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T > Class Template Reference

#include <times.h>

Inheritance diagram for Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >:
Collaboration diagram for Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >:

Public Types

typedef Rcpp::VectorBase< RTYPE, false, T > VEC_TYPE
 
typedef traits::storage_type< RTYPE >::type STORAGE
 
typedef Rcpp::traits::Extractor< RTYPE, false, T >::type EXT
 
- Public Types inherited from Rcpp::VectorBase< RTYPE, false, Times_Vector_Primitive< RTYPE, false, 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

 Times_Vector_Primitive (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, false, Times_Vector_Primitive< RTYPE, false, T > >
Times_Vector_Primitive< RTYPE, false, T > & get_ref ()
 
const Times_Vector_Primitive< RTYPE, false, 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
 
bool rhs_na
 

Detailed Description

template<int RTYPE, typename T>
class Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >

Definition at line 285 of file times.h.

Member Typedef Documentation

◆ EXT

template<int RTYPE, typename T >
typedef Rcpp::traits::Extractor< RTYPE, false, T>::type Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::EXT

Definition at line 290 of file times.h.

◆ STORAGE

template<int RTYPE, typename T >
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::STORAGE

Definition at line 288 of file times.h.

◆ VEC_TYPE

template<int RTYPE, typename T >
typedef Rcpp::VectorBase<RTYPE,false,T> Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::VEC_TYPE

Definition at line 287 of file times.h.

Constructor & Destructor Documentation

◆ Times_Vector_Primitive()

template<int RTYPE, typename T >
Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::Times_Vector_Primitive ( const VEC_TYPE lhs_,
STORAGE  rhs_ 
)
inline

Definition at line 292 of file times.h.

Member Function Documentation

◆ operator[]()

◆ size()

template<int RTYPE, typename T >
R_xlen_t Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::size ( ) const
inline

Definition at line 299 of file times.h.

References Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >::lhs.

Member Data Documentation

◆ lhs

template<int RTYPE, typename T >
const EXT& Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::lhs
private

Definition at line 302 of file times.h.

◆ rhs

template<int RTYPE, typename T >
STORAGE Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::rhs
private

Definition at line 303 of file times.h.

◆ rhs_na

template<int RTYPE, typename T >
bool Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::rhs_na
private

Definition at line 304 of file times.h.


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