Rcpp Version 0.9.10
Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T > Class Template Reference

#include <pmax.h>

Inheritance diagram for Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >:
Collaboration diagram for Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >:

List of all members.

Public Types

typedef Rcpp::VectorBase
< RTYPE, LHS_NA, LHS_T > 
LHS_TYPE
typedef Rcpp::VectorBase
< RTYPE, RHS_NA, RHS_T > 
RHS_TYPE
typedef
Rcpp::traits::storage_type
< RTYPE >::type 
STORAGE
typedef pmax_op< RTYPE, LHS_NA,
RHS_NA > 
OPERATOR

Public Member Functions

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

Private Attributes

const LHS_TYPElhs
const RHS_TYPErhs
OPERATOR op

Detailed Description

template<int RTYPE, bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
class Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >

Definition at line 104 of file pmax.h.


Member Typedef Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
typedef Rcpp::VectorBase<RTYPE,LHS_NA,LHS_T> Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_TYPE

Definition at line 110 of file pmax.h.

template<int RTYPE, bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
typedef pmax_op<RTYPE,LHS_NA,RHS_NA> Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::OPERATOR

Definition at line 113 of file pmax.h.

template<int RTYPE, bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
typedef Rcpp::VectorBase<RTYPE,RHS_NA,RHS_T> Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_TYPE

Definition at line 111 of file pmax.h.

template<int RTYPE, bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::STORAGE

Definition at line 112 of file pmax.h.


Constructor & Destructor Documentation

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

Definition at line 115 of file pmax.h.


Member Function Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
int Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::size ( ) const [inline]

Member Data Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
const LHS_TYPE& Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs [private]
template<int RTYPE, bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
OPERATOR Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::op [private]
template<int RTYPE, bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
const RHS_TYPE& Rcpp::sugar::Pmax_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs [private]

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