Rcpp Version 0.9.10
Rcpp::sugar::SugarMath_1< false, OUT, int, T1, FunPtr > Class Template Reference

#include <SugarMath.h>

Inheritance diagram for Rcpp::sugar::SugarMath_1< false, OUT, int, T1, FunPtr >:
Collaboration diagram for Rcpp::sugar::SugarMath_1< false, OUT, int, T1, FunPtr >:

List of all members.

Public Types

typedef Rcpp::VectorBase
< INTSXP,false, T1 > 
VEC_TYPE

Public Member Functions

 SugarMath_1 (FunPtr ptr_, const VEC_TYPE &vec_)
OUT operator[] (int i) const
int size () const

Private Attributes

FunPtr ptr
const VEC_TYPEvec

Detailed Description

template<typename OUT, typename T1, typename FunPtr>
class Rcpp::sugar::SugarMath_1< false, OUT, int, T1, FunPtr >

Definition at line 76 of file SugarMath.h.


Member Typedef Documentation

template<typename OUT , typename T1 , typename FunPtr >
typedef Rcpp::VectorBase< INTSXP ,false,T1> Rcpp::sugar::SugarMath_1< false, OUT, int, T1, FunPtr >::VEC_TYPE

Definition at line 83 of file SugarMath.h.


Constructor & Destructor Documentation

template<typename OUT , typename T1 , typename FunPtr >
Rcpp::sugar::SugarMath_1< false, OUT, int, T1, FunPtr >::SugarMath_1 ( FunPtr  ptr_,
const VEC_TYPE vec_ 
) [inline]

Definition at line 84 of file SugarMath.h.


Member Function Documentation

template<typename OUT , typename T1 , typename FunPtr >
OUT Rcpp::sugar::SugarMath_1< false, OUT, int, T1, FunPtr >::operator[] ( int  i) const [inline]
template<typename OUT , typename T1 , typename FunPtr >
int Rcpp::sugar::SugarMath_1< false, OUT, int, T1, FunPtr >::size ( ) const [inline]

Member Data Documentation

template<typename OUT , typename T1 , typename FunPtr >
FunPtr Rcpp::sugar::SugarMath_1< false, OUT, int, T1, FunPtr >::ptr [private]

Definition at line 92 of file SugarMath.h.

template<typename OUT , typename T1 , typename FunPtr >
const VEC_TYPE& Rcpp::sugar::SugarMath_1< false, OUT, int, T1, FunPtr >::vec [private]

Definition at line 93 of file SugarMath.h.


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