Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T > Class Template Reference

#include <pmin.h>

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

Public Types

typedef
Rcpp::traits::storage_type
< RTYPE >::type 
STORAGE
typedef
pmin_op_Vector_Primitive
< RTYPE, LHS_NA > 
OPERATOR
- Public Types inherited from Rcpp::VectorBase< RTYPE, true, Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T > >
typedef traits::storage_type
< RTYPE >::type 
stored_type
typedef traits::storage_type
< RTYPE >::type 
elem_type

Public Member Functions

 Pmin_Vector_Primitive (const LHS_T &lhs_, STORAGE rhs_)
STORAGE operator[] (int i) const
int size () const
- Public Member Functions inherited from Rcpp::VectorBase< RTYPE, true, Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T > >
Pmin_Vector_Primitive< RTYPE,
LHS_NA, LHS_T > & 
get_ref ()
const Pmin_Vector_Primitive
< RTYPE, LHS_NA, LHS_T > & 
get_ref () const
iterator begin () const
iterator end () const

Private Attributes

const LHS_T & lhs
OPERATOR op

Detailed Description

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

Definition at line 127 of file pmin.h.

Member Typedef Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T >
typedef pmin_op_Vector_Primitive<RTYPE,LHS_NA> Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::OPERATOR

Definition at line 134 of file pmin.h.

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

Definition at line 133 of file pmin.h.

Constructor & Destructor Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T >
Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::Pmin_Vector_Primitive ( const LHS_T &  lhs_,
STORAGE  rhs_ 
)
inline

Definition at line 136 of file pmin.h.

Member Function Documentation

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

Member Data Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T >
const LHS_T& Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::lhs
private
template<int RTYPE, bool LHS_NA, typename LHS_T >
OPERATOR Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::op
private

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