Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 > Class Template Reference

#include <SugarBlock_3.h>

Inheritance diagram for Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >:
Collaboration diagram for Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >:

Public Types

typedef OUT(* FunPtr )(U1, U2, U3)
- Public Types inherited from Rcpp::VectorBase< Rcpp::traits::r_sexptype_traits< OUT >::rtype, NA, SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 > >
typedef traits::storage_type
< RTYPE >::type 
stored_type
typedef traits::storage_type
< RTYPE >::type 
elem_type

Public Member Functions

 SugarBlock_3_VVV (FunPtr ptr_, const T1 &x_, const T2 &y_, const T3 &z_)
OUT operator[] (int i) const
int size () const
- Public Member Functions inherited from Rcpp::VectorBase< Rcpp::traits::r_sexptype_traits< OUT >::rtype, NA, SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 > >
SugarBlock_3_VVV< NA, OUT, U1,
T1, U2, T2, U3, T3 > & 
get_ref ()
const SugarBlock_3_VVV< NA,
OUT, U1, T1, U2, T2, U3, T3 > & 
get_ref () const
iterator begin () const
iterator end () const

Private Attributes

FunPtr ptr
const T1 & x
const T2 & y
const T2 & z

Detailed Description

template<bool NA, typename OUT, typename U1, typename T1, typename U2, typename T2, typename U3, typename T3>
class Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >

Definition at line 34 of file SugarBlock_3.h.

Member Typedef Documentation

template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 , typename T2 , typename U3 , typename T3 >
typedef OUT(* Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::FunPtr)(U1, U2, U3)

Definition at line 39 of file SugarBlock_3.h.

Constructor & Destructor Documentation

template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 , typename T2 , typename U3 , typename T3 >
Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::SugarBlock_3_VVV ( FunPtr  ptr_,
const T1 &  x_,
const T2 &  y_,
const T3 &  z_ 
)
inline

Definition at line 40 of file SugarBlock_3.h.

Member Function Documentation

template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 , typename T2 , typename U3 , typename T3 >
int Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::size ( ) const
inline

Member Data Documentation

template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 , typename T2 , typename U3 , typename T3 >
FunPtr Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::ptr
private
template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 , typename T2 , typename U3 , typename T3 >
const T1& Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::x
private
template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 , typename T2 , typename U3 , typename T3 >
const T2& Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::y
private
template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 , typename T2 , typename U3 , typename T3 >
const T2& Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::z
private

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