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

#include <divides.h>

Inheritance diagram for Rcpp::sugar::Divides_Primitive_Vector< RTYPE, false, T >:
Collaboration diagram for Rcpp::sugar::Divides_Primitive_Vector< 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 VEC_EXT
 
- Public Types inherited from Rcpp::VectorBase< RTYPE, true, Divides_Primitive_Vector< 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_Primitive_Vector (STORAGE lhs_, const VEC_TYPE &rhs_)
 
STORAGE operator[] (R_xlen_t i) const
 
R_xlen_t size () const
 
- Public Member Functions inherited from Rcpp::VectorBase< RTYPE, true, Divides_Primitive_Vector< RTYPE, false, T > >
Divides_Primitive_Vector< RTYPE, false, T > & get_ref ()
 
const Divides_Primitive_Vector< 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

STORAGE lhs
 
const VEC_EXTrhs
 
bool lhs_na
 

Detailed Description

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

Definition at line 366 of file divides.h.

Member Typedef Documentation

◆ STORAGE

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

Definition at line 370 of file divides.h.

◆ VEC_EXT

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

Definition at line 371 of file divides.h.

◆ VEC_TYPE

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

Definition at line 369 of file divides.h.

Constructor & Destructor Documentation

◆ Divides_Primitive_Vector()

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

Definition at line 373 of file divides.h.

Member Function Documentation

◆ operator[]()

◆ size()

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

Member Data Documentation

◆ lhs

template<int RTYPE, typename T >
STORAGE Rcpp::sugar::Divides_Primitive_Vector< RTYPE, false, T >::lhs
private

Definition at line 383 of file divides.h.

◆ lhs_na

template<int RTYPE, typename T >
bool Rcpp::sugar::Divides_Primitive_Vector< RTYPE, false, T >::lhs_na
private

Definition at line 385 of file divides.h.

◆ rhs

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

Definition at line 384 of file divides.h.


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