Rcpp Version 0.9.10
Rcpp::sugar::Vectorized_INTSXP< Func, NA, VEC > Class Template Reference

#include <Vectorized_Math.h>

Inheritance diagram for Rcpp::sugar::Vectorized_INTSXP< Func, NA, VEC >:
Collaboration diagram for Rcpp::sugar::Vectorized_INTSXP< Func, NA, VEC >:

List of all members.

Public Types

typedef Rcpp::VectorBase
< INTSXP, NA, VEC > 
VEC_TYPE
typedef
Rcpp::traits::Extractor
< INTSXP, NA, VEC >::type 
VEC_EXT

Public Member Functions

 Vectorized_INTSXP (const VEC_TYPE &object_)
double operator[] (int i) const
int size () const

Private Attributes

const VEC_EXTobject

Detailed Description

template<DDFun Func, bool NA, typename VEC>
class Rcpp::sugar::Vectorized_INTSXP< Func, NA, VEC >

Definition at line 47 of file Vectorized_Math.h.


Member Typedef Documentation

template<DDFun Func, bool NA, typename VEC >
typedef Rcpp::traits::Extractor<INTSXP,NA,VEC>::type Rcpp::sugar::Vectorized_INTSXP< Func, NA, VEC >::VEC_EXT

Definition at line 50 of file Vectorized_Math.h.

template<DDFun Func, bool NA, typename VEC >
typedef Rcpp::VectorBase<INTSXP,NA,VEC> Rcpp::sugar::Vectorized_INTSXP< Func, NA, VEC >::VEC_TYPE

Definition at line 49 of file Vectorized_Math.h.


Constructor & Destructor Documentation

template<DDFun Func, bool NA, typename VEC >
Rcpp::sugar::Vectorized_INTSXP< Func, NA, VEC >::Vectorized_INTSXP ( const VEC_TYPE object_) [inline]

Definition at line 52 of file Vectorized_Math.h.


Member Function Documentation

template<DDFun Func, bool NA, typename VEC >
double Rcpp::sugar::Vectorized_INTSXP< Func, NA, VEC >::operator[] ( int  i) const [inline]

Reimplemented from Rcpp::VectorBase< REALSXP, NA, Vectorized_INTSXP< Func, NA, VEC > >.

Definition at line 53 of file Vectorized_Math.h.

References i, and x.

template<DDFun Func, bool NA, typename VEC >
int Rcpp::sugar::Vectorized_INTSXP< Func, NA, VEC >::size ( ) const [inline]

Member Data Documentation

template<DDFun Func, bool NA, typename VEC >
const VEC_EXT& Rcpp::sugar::Vectorized_INTSXP< Func, NA, VEC >::object [private]

Definition at line 61 of file Vectorized_Math.h.


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