Rcpp Version 0.9.10
Rcpp::sugar::Divides_Primitive_Vector< RTYPE, NA, T > Class Template Reference

#include <divides.h>

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

List of all members.

Public Types

typedef Rcpp::VectorBase
< RTYPE, NA, T > 
VEC_TYPE
typedef
Rcpp::traits::Extractor< RTYPE,
NA, T >::type 
VEC_EXT
typedef traits::storage_type
< RTYPE >::type 
STORAGE

Public Member Functions

 Divides_Primitive_Vector (STORAGE lhs_, const VEC_TYPE &rhs_)
STORAGE operator[] (int i) const
int size () const

Private Attributes

STORAGE lhs
const VEC_EXTrhs
bool lhs_na

Detailed Description

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

Definition at line 322 of file divides.h.


Member Typedef Documentation

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

Definition at line 327 of file divides.h.

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

Definition at line 326 of file divides.h.

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

Definition at line 325 of file divides.h.


Constructor & Destructor Documentation

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

Definition at line 329 of file divides.h.


Member Function Documentation

template<int RTYPE, bool NA, typename T>
int Rcpp::sugar::Divides_Primitive_Vector< RTYPE, NA, T >::size ( ) const [inline]

Member Data Documentation

template<int RTYPE, bool NA, typename T>
bool Rcpp::sugar::Divides_Primitive_Vector< RTYPE, NA, T >::lhs_na [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines