Rcpp Version 0.9.10
Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T > Class Template Reference

#include <pmax.h>

Inheritance diagram for Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >:
Collaboration diagram for Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >:

List of all members.

Public Types

typedef Rcpp::VectorBase
< RTYPE, LHS_NA, LHS_T > 
LHS_TYPE
typedef
Rcpp::traits::storage_type
< RTYPE >::type 
STORAGE
typedef
pmax_op_Vector_Primitive
< RTYPE, LHS_NA > 
OPERATOR

Public Member Functions

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

Private Attributes

const LHS_TYPElhs
OPERATOR op
STORAGE rhs
bool isna

Detailed Description

template<int RTYPE, bool LHS_NA, typename LHS_T>
class Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >

Definition at line 135 of file pmax.h.


Member Typedef Documentation

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

Definition at line 141 of file pmax.h.

template<int RTYPE, bool LHS_NA, typename LHS_T>
typedef pmax_op_Vector_Primitive<RTYPE,LHS_NA> Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::OPERATOR

Definition at line 143 of file pmax.h.

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

Definition at line 142 of file pmax.h.


Constructor & Destructor Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T>
Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::Pmax_Vector_Primitive ( const LHS_TYPE lhs_,
STORAGE  rhs_ 
) [inline]

Definition at line 145 of file pmax.h.


Member Function Documentation

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

Member Data Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T>
bool Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::isna [private]
template<int RTYPE, bool LHS_NA, typename LHS_T>
const LHS_TYPE& Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::lhs [private]
template<int RTYPE, bool LHS_NA, typename LHS_T>
OPERATOR Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::op [private]
template<int RTYPE, bool LHS_NA, typename LHS_T>
STORAGE Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::rhs [private]

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