Rcpp Version 0.9.10
Rcpp::sugar::SugarBlock_2__VP< NA, OUT, U1, T1, U2 > Class Template Reference

#include <SugarBlock_2.h>

Inheritance diagram for Rcpp::sugar::SugarBlock_2__VP< NA, OUT, U1, T1, U2 >:
Collaboration diagram for Rcpp::sugar::SugarBlock_2__VP< NA, OUT, U1, T1, U2 >:

List of all members.

Public Types

typedef OUT(* FunPtr )(U1, U2)

Public Member Functions

 SugarBlock_2__VP (FunPtr ptr_, const T1 &x_, U2 u2)
OUT operator[] (int i) const
int size () const

Private Attributes

FunPtr ptr
const T1 & x
U2 y

Detailed Description

template<bool NA, typename OUT, typename U1, typename T1, typename U2>
class Rcpp::sugar::SugarBlock_2__VP< NA, OUT, U1, T1, U2 >

Definition at line 50 of file SugarBlock_2.h.


Member Typedef Documentation

template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 >
typedef OUT(* Rcpp::sugar::SugarBlock_2__VP< NA, OUT, U1, T1, U2 >::FunPtr)(U1, U2)

Definition at line 52 of file SugarBlock_2.h.


Constructor & Destructor Documentation

template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 >
Rcpp::sugar::SugarBlock_2__VP< NA, OUT, U1, T1, U2 >::SugarBlock_2__VP ( FunPtr  ptr_,
const T1 &  x_,
U2  u2 
) [inline]

Definition at line 53 of file SugarBlock_2.h.


Member Function Documentation

template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 >
int Rcpp::sugar::SugarBlock_2__VP< NA, OUT, U1, T1, U2 >::size ( ) const [inline]

Member Data Documentation

template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 >
FunPtr Rcpp::sugar::SugarBlock_2__VP< NA, OUT, U1, T1, U2 >::ptr [private]
template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 >
const T1& Rcpp::sugar::SugarBlock_2__VP< NA, OUT, U1, T1, U2 >::x [private]
template<bool NA, typename OUT , typename U1 , typename T1 , typename U2 >
U2 Rcpp::sugar::SugarBlock_2__VP< NA, OUT, U1, T1, U2 >::y [private]

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