Rcpp Version 0.9.10
Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T > Class Template Reference

#include <times.h>

Inheritance diagram for Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >:
Collaboration diagram for Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >:

List of all members.

Public Types

typedef Rcpp::VectorBase
< REALSXP, LHS_NA, LHS_T > 
LHS_TYPE
typedef Rcpp::VectorBase
< REALSXP, RHS_NA, RHS_T > 
RHS_TYPE
typedef
Rcpp::traits::Extractor
< REALSXP, LHS_NA, LHS_T >
::type 
LHS_EXT
typedef
Rcpp::traits::Extractor
< REALSXP, RHS_NA, RHS_T >
::type 
RHS_EXT

Public Member Functions

 Times_Vector_Vector (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_)
double operator[] (int i) const
int size () const

Private Attributes

const LHS_EXTlhs
const RHS_EXTrhs

Detailed Description

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
class Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >

Definition at line 57 of file times.h.


Member Typedef Documentation

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::traits::Extractor<REALSXP, LHS_NA, LHS_T>::type Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_EXT

Definition at line 63 of file times.h.

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::VectorBase<REALSXP,LHS_NA,LHS_T> Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_TYPE

Definition at line 60 of file times.h.

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::traits::Extractor<REALSXP, RHS_NA, RHS_T>::type Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_EXT

Definition at line 64 of file times.h.

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::VectorBase<REALSXP,RHS_NA,RHS_T> Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_TYPE

Definition at line 61 of file times.h.


Constructor & Destructor Documentation

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::Times_Vector_Vector ( const LHS_TYPE lhs_,
const RHS_TYPE rhs_ 
) [inline]

Definition at line 66 of file times.h.


Member Function Documentation

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
double Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::operator[] ( int  i) const [inline]
template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
int Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::size ( ) const [inline]

Member Data Documentation

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
const LHS_EXT& Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs [private]

Definition at line 77 of file times.h.

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
const RHS_EXT& Rcpp::sugar::Times_Vector_Vector< REALSXP, LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs [private]

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