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

#include <minus.h>

Inheritance diagram for Rcpp::sugar::Minus_Vector_Primitive< REALSXP, NA, T >:
Collaboration diagram for Rcpp::sugar::Minus_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 
VEC_EXT

Public Member Functions

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

Private Attributes

const VEC_EXTlhs
double rhs

Detailed Description

template<bool NA, typename T>
class Rcpp::sugar::Minus_Vector_Primitive< REALSXP, NA, T >

Definition at line 252 of file minus.h.


Member Typedef Documentation

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

Definition at line 256 of file minus.h.

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

Definition at line 255 of file minus.h.


Constructor & Destructor Documentation

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

Definition at line 258 of file minus.h.


Member Function Documentation

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

Member Data Documentation

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

Definition at line 268 of file minus.h.

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

Definition at line 269 of file minus.h.


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