Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T > Class Template Reference

#include <divides.h>

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

Public Types

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

 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, NA, T > >
Divides_Vector_Primitive< RTYPE, NA, T > & get_ref ()
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, bool NA, typename T>
class Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >

Definition at line 226 of file divides.h.

Member Typedef Documentation

◆ STORAGE

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

Definition at line 229 of file divides.h.

◆ VEC_EXT

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

Definition at line 231 of file divides.h.

◆ VEC_TYPE

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

Definition at line 230 of file divides.h.

Constructor & Destructor Documentation

◆ Divides_Vector_Primitive()

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

Definition at line 233 of file divides.h.

References Rcpp::VectorBase< RTYPE, true, Divides_Vector_Primitive< RTYPE, NA, T > >::get_ref(), Rcpp::is_na(), lhs, rhs, and rhs_na.

Here is the call graph for this function:

Member Function Documentation

◆ operator[]()

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

Definition at line 237 of file divides.h.

References Rcpp::traits::is_na(), lhs, rhs, and rhs_na.

Here is the call graph for this function:

◆ size()

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

Definition at line 243 of file divides.h.

References lhs.

Member Data Documentation

◆ lhs

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

Definition at line 246 of file divides.h.

Referenced by Divides_Vector_Primitive(), operator[](), and size().

◆ rhs

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

Definition at line 247 of file divides.h.

Referenced by Divides_Vector_Primitive(), and operator[]().

◆ rhs_na

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

Definition at line 248 of file divides.h.

Referenced by Divides_Vector_Primitive(), and operator[]().


The documentation for this class was generated from the following file:
  • inst/include/Rcpp/sugar/operators/divides.h