Rcpp Version 0.9.10
Rcpp::fixed_call< OUT > Class Template Reference

#include <Language.h>

Collaboration diagram for Rcpp::fixed_call< OUT >:

List of all members.

Public Types

typedef OUT result_type

Public Member Functions

 fixed_call (Language call_)
 fixed_call (Function fun)
OUT operator() ()

Private Attributes

Language call

Detailed Description

template<typename OUT = SEXP>
class Rcpp::fixed_call< OUT >

Definition at line 148 of file Language.h.


Member Typedef Documentation

template<typename OUT = SEXP>
typedef OUT Rcpp::fixed_call< OUT >::result_type

Definition at line 150 of file Language.h.


Constructor & Destructor Documentation

template<typename OUT = SEXP>
Rcpp::fixed_call< OUT >::fixed_call ( Language  call_) [inline]

Definition at line 152 of file Language.h.

template<typename OUT = SEXP>
Rcpp::fixed_call< OUT >::fixed_call ( Function  fun) [inline]

Definition at line 153 of file Language.h.


Member Function Documentation

template<typename OUT = SEXP>
OUT Rcpp::fixed_call< OUT >::operator() ( ) [inline]

Definition at line 155 of file Language.h.

References Rcpp::fixed_call< OUT >::call, and Rcpp::Language::eval().

Here is the call graph for this function:


Member Data Documentation

template<typename OUT = SEXP>
Language Rcpp::fixed_call< OUT >::call [private]

Definition at line 160 of file Language.h.

Referenced by Rcpp::fixed_call< OUT >::operator()().


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