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

#include <plus.h>

Inheritance diagram for Rcpp::sugar::Plus_Vector_Primitive< REALSXP, false, T >:
Collaboration diagram for Rcpp::sugar::Plus_Vector_Primitive< 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 
EXT

Public Member Functions

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

Private Attributes

const EXTlhs
double rhs

Detailed Description

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

Definition at line 323 of file plus.h.


Member Typedef Documentation

template<typename T >
typedef Rcpp::traits::Extractor< REALSXP, false, T>::type Rcpp::sugar::Plus_Vector_Primitive< REALSXP, false, T >::EXT

Definition at line 328 of file plus.h.

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

Definition at line 326 of file plus.h.


Constructor & Destructor Documentation

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

Definition at line 330 of file plus.h.


Member Function Documentation

template<typename T >
double Rcpp::sugar::Plus_Vector_Primitive< REALSXP, false, T >::operator[] ( int  i) const [inline]
template<typename T >
int Rcpp::sugar::Plus_Vector_Primitive< REALSXP, false, T >::size ( ) const [inline]

Member Data Documentation

template<typename T >
const EXT& Rcpp::sugar::Plus_Vector_Primitive< REALSXP, false, T >::lhs [private]

Definition at line 340 of file plus.h.

template<typename T >
double Rcpp::sugar::Plus_Vector_Primitive< REALSXP, false, T >::rhs [private]

Definition at line 341 of file plus.h.


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