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

#include <times.h>

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

 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<typename T>
class Rcpp::sugar::Times_Vector_Primitive_nona< REALSXP, false, T >

Definition at line 405 of file times.h.


Member Typedef Documentation

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

Definition at line 409 of file times.h.

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

Definition at line 408 of file times.h.


Constructor & Destructor Documentation

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

Definition at line 411 of file times.h.


Member Function Documentation

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

Member Data Documentation

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

Definition at line 421 of file times.h.

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

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