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

#include <times.h>

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

 Times_Vector_Primitive_nona (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::Times_Vector_Primitive_nona< REALSXP, NA, T >

Definition at line 360 of file times.h.


Member Typedef Documentation

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

Definition at line 364 of file times.h.

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

Definition at line 363 of file times.h.


Constructor & Destructor Documentation

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

Definition at line 366 of file times.h.


Member Function Documentation

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

Member Data Documentation

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

Definition at line 377 of file times.h.

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

Definition at line 378 of file times.h.


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