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

#include <plus.h>

Inheritance diagram for Rcpp::sugar::Plus_Vector_Primitive< REALSXP, NA, T >:
Collaboration diagram for Rcpp::sugar::Plus_Vector_Primitive< REALSXP, NA, T >:

List of all members.

Public Types

typedef Rcpp::VectorBase
< REALSXP, NA, T > 
VEC_TYPE
typedef
Rcpp::traits::Extractor
< REALSXP, NA, 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<bool NA, typename T>
class Rcpp::sugar::Plus_Vector_Primitive< REALSXP, NA, T >

Definition at line 276 of file plus.h.


Member Typedef Documentation

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

Definition at line 280 of file plus.h.

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

Definition at line 279 of file plus.h.


Constructor & Destructor Documentation

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

Definition at line 282 of file plus.h.


Member Function Documentation

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

Member Data Documentation

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

Definition at line 293 of file plus.h.

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

Definition at line 294 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