Rcpp Version 0.9.10
Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T > Class Template Reference

#include <plus.h>

Inheritance diagram for Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >:
Collaboration diagram for Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >:

List of all members.

Public Types

typedef traits::storage_type
< RTYPE >::type 
STORAGE
typedef Rcpp::VectorBase
< RTYPE, false, LHS_T > 
LHS_TYPE
typedef Rcpp::VectorBase
< RTYPE, false, RHS_T > 
RHS_TYPE
typedef
Rcpp::traits::Extractor< RTYPE,
false, LHS_T >::type 
LHS_EXT
typedef
Rcpp::traits::Extractor< RTYPE,
false, RHS_T >::type 
RHS_EXT

Public Member Functions

 Plus_Vector_Vector (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_)
STORAGE operator[] (int i) const
int size () const

Private Attributes

const LHS_EXTlhs
const RHS_EXTrhs

Detailed Description

template<int RTYPE, typename LHS_T, typename RHS_T>
class Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >

Definition at line 194 of file plus.h.


Member Typedef Documentation

template<int RTYPE, typename LHS_T , typename RHS_T >
typedef Rcpp::traits::Extractor< RTYPE, false, LHS_T>::type Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::LHS_EXT

Definition at line 200 of file plus.h.

template<int RTYPE, typename LHS_T , typename RHS_T >
typedef Rcpp::VectorBase<RTYPE,false,LHS_T> Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::LHS_TYPE

Definition at line 197 of file plus.h.

template<int RTYPE, typename LHS_T , typename RHS_T >
typedef Rcpp::traits::Extractor< RTYPE, false, RHS_T>::type Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::RHS_EXT

Definition at line 201 of file plus.h.

template<int RTYPE, typename LHS_T , typename RHS_T >
typedef Rcpp::VectorBase<RTYPE,false,RHS_T> Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::RHS_TYPE

Definition at line 198 of file plus.h.

template<int RTYPE, typename LHS_T , typename RHS_T >
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::STORAGE

Definition at line 196 of file plus.h.


Constructor & Destructor Documentation

template<int RTYPE, typename LHS_T , typename RHS_T >
Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::Plus_Vector_Vector ( const LHS_TYPE lhs_,
const RHS_TYPE rhs_ 
) [inline]

Definition at line 203 of file plus.h.


Member Function Documentation

template<int RTYPE, typename LHS_T , typename RHS_T >
STORAGE Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::operator[] ( int  i) const [inline]
template<int RTYPE, typename LHS_T , typename RHS_T >
int Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::size ( ) const [inline]

Member Data Documentation

template<int RTYPE, typename LHS_T , typename RHS_T >
const LHS_EXT& Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::lhs [private]

Definition at line 213 of file plus.h.

template<int RTYPE, typename LHS_T , typename RHS_T >
const RHS_EXT& Rcpp::sugar::Plus_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::rhs [private]

Definition at line 214 of file plus.h.


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