Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T > Class Template Reference

#include <times.h>

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

Public Types

typedef Rcpp::VectorBase
< REALSXP, false, LHS_T > 
LHS_TYPE
typedef Rcpp::VectorBase
< REALSXP, false, RHS_T > 
RHS_TYPE
typedef
Rcpp::traits::Extractor
< REALSXP, false, LHS_T >
::type 
LHS_EXT
typedef
Rcpp::traits::Extractor
< REALSXP, false, RHS_T >
::type 
RHS_EXT
- Public Types inherited from Rcpp::VectorBase< REALSXP, false, Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T > >
typedef traits::storage_type
< RTYPE >::type 
stored_type
typedef traits::storage_type
< RTYPE >::type 
elem_type

Public Member Functions

 Times_Vector_Vector (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_)
double operator[] (int i) const
int size () const
- Public Member Functions inherited from Rcpp::VectorBase< REALSXP, false, Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T > >
Times_Vector_Vector< REALSXP,
false, LHS_T, false, RHS_T > & 
get_ref ()
const Times_Vector_Vector
< REALSXP, false, LHS_T, false,
RHS_T > & 
get_ref () const
iterator begin () const
iterator end () const

Private Attributes

const LHS_EXTlhs
const RHS_EXTrhs

Detailed Description

template<typename LHS_T, typename RHS_T>
class Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T >

Definition at line 211 of file times.h.

Member Typedef Documentation

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

Definition at line 217 of file times.h.

template<typename LHS_T , typename RHS_T >
typedef Rcpp::VectorBase<REALSXP,false,LHS_T> Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T >::LHS_TYPE

Definition at line 214 of file times.h.

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

Definition at line 218 of file times.h.

template<typename LHS_T , typename RHS_T >
typedef Rcpp::VectorBase<REALSXP,false,RHS_T> Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T >::RHS_TYPE

Definition at line 215 of file times.h.

Constructor & Destructor Documentation

template<typename LHS_T , typename RHS_T >
Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T >::Times_Vector_Vector ( const LHS_TYPE lhs_,
const RHS_TYPE rhs_ 
)
inline

Definition at line 220 of file times.h.

Member Function Documentation

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

Member Data Documentation

template<typename LHS_T , typename RHS_T >
const LHS_EXT& Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T >::lhs
private

Definition at line 230 of file times.h.

template<typename LHS_T , typename RHS_T >
const RHS_EXT& Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T >::rhs
private

Definition at line 231 of file times.h.


The documentation for this class was generated from the following file: