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

#include <divides.h>

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

Public Types

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

 Divides_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, true, Divides_Vector_Primitive< RTYPE, false, T > >
Divides_Vector_Primitive< RTYPE, false, T > & get_ref ()
 
const Divides_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 VEC_EXTlhs
 
STORAGE rhs
 
bool rhs_na
 

Detailed Description

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

Definition at line 276 of file divides.h.

Member Typedef Documentation

◆ STORAGE

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

Definition at line 279 of file divides.h.

◆ VEC_EXT

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

Definition at line 281 of file divides.h.

◆ VEC_TYPE

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

Definition at line 280 of file divides.h.

Constructor & Destructor Documentation

◆ Divides_Vector_Primitive()

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

Definition at line 283 of file divides.h.

Member Function Documentation

◆ operator[]()

◆ size()

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

Member Data Documentation

◆ lhs

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

Definition at line 294 of file divides.h.

◆ rhs

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

Definition at line 295 of file divides.h.

◆ rhs_na

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

Definition at line 296 of file divides.h.


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