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

#include <Vectorized_Math.h>

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

List of all members.

Public Types

typedef Rcpp::VectorBase
< INTSXP, false, VEC > 
VEC_TYPE
typedef
Rcpp::traits::Extractor
< INTSXP, false, 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, typename VEC>
class Rcpp::sugar::Vectorized_INTSXP< Func, false, VEC >

Definition at line 64 of file Vectorized_Math.h.


Member Typedef Documentation

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

Definition at line 68 of file Vectorized_Math.h.

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

Definition at line 67 of file Vectorized_Math.h.


Constructor & Destructor Documentation

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

Definition at line 70 of file Vectorized_Math.h.


Member Function Documentation

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

Member Data Documentation

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

Definition at line 77 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