Rcpp Version 0.9.10
Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T > Class Template Reference

#include <times.h>

Inheritance diagram for Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >:
Collaboration diagram for Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >:

List of all members.

Public Types

typedef Rcpp::VectorBase
< RTYPE, NA, T > 
VEC_TYPE
typedef traits::storage_type
< RTYPE >::type 
STORAGE
typedef
Rcpp::traits::Extractor< RTYPE,
NA, T >::type 
EXT

Public Member Functions

 Times_Vector_Primitive (const VEC_TYPE &lhs_, STORAGE rhs_)
STORAGE operator[] (int i) const
int size () const

Private Attributes

const EXTlhs
STORAGE rhs
bool rhs_na

Detailed Description

template<int RTYPE, bool NA, typename T>
class Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >

Definition at line 236 of file times.h.


Member Typedef Documentation

template<int RTYPE, bool NA, typename T>
typedef Rcpp::traits::Extractor< RTYPE, NA, T>::type Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >::EXT

Definition at line 241 of file times.h.

template<int RTYPE, bool NA, typename T>
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >::STORAGE

Definition at line 239 of file times.h.

template<int RTYPE, bool NA, typename T>
typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >::VEC_TYPE

Definition at line 238 of file times.h.


Constructor & Destructor Documentation

template<int RTYPE, bool NA, typename T>
Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >::Times_Vector_Primitive ( const VEC_TYPE lhs_,
STORAGE  rhs_ 
) [inline]

Definition at line 243 of file times.h.


Member Function Documentation

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

Member Data Documentation

template<int RTYPE, bool NA, typename T>
bool Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >::rhs_na [private]

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