Rcpp Version 0.9.10
Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T > Class Template Reference

#include <divides.h>

Inheritance diagram for Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >:
Collaboration diagram for Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >:

List of all members.

Public Types

typedef Rcpp::VectorBase
< REALSXP, false, T > 
VEC_TYPE
typedef
Rcpp::traits::Extractor
< REALSXP, false, T >::type 
VEC_EXT

Public Member Functions

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

Private Attributes

double lhs
const VEC_EXTrhs

Detailed Description

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

Definition at line 389 of file divides.h.


Member Typedef Documentation

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

Definition at line 393 of file divides.h.

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

Definition at line 392 of file divides.h.


Constructor & Destructor Documentation

template<typename T >
Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >::Divides_Primitive_Vector ( double  lhs_,
const VEC_TYPE rhs_ 
) [inline]

Definition at line 395 of file divides.h.


Member Function Documentation

template<typename T >
int Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >::size ( ) const [inline]

Member Data Documentation

template<typename T >
double Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >::lhs [private]

Definition at line 404 of file divides.h.

template<typename T >
const VEC_EXT& Rcpp::sugar::Divides_Primitive_Vector< REALSXP, false, T >::rhs [private]

Definition at line 405 of file divides.h.


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