Rcpp Version 1.0.14
Loading...
Searching...
No Matches
Rcpp::fixed_call< RESULT_TYPE > Class Template Reference

#include <Language.h>

Public Types

typedef RESULT_TYPE result_type
 

Public Member Functions

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

Private Attributes

Language call
 

Detailed Description

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

Definition at line 177 of file Language.h.

Member Typedef Documentation

◆ result_type

Definition at line 179 of file Language.h.

Constructor & Destructor Documentation

◆ fixed_call() [1/2]

template<typename RESULT_TYPE = SEXP>
Rcpp::fixed_call< RESULT_TYPE >::fixed_call ( Language  call_)
inline

Definition at line 181 of file Language.h.

◆ fixed_call() [2/2]

template<typename RESULT_TYPE = SEXP>
Rcpp::fixed_call< RESULT_TYPE >::fixed_call ( Function  fun)
inline

Definition at line 182 of file Language.h.

Member Function Documentation

◆ operator()()

Definition at line 184 of file Language.h.

References Rcpp::as(), and Rcpp::fixed_call< RESULT_TYPE >::call.

Here is the call graph for this function:

Member Data Documentation

◆ call

template<typename RESULT_TYPE = SEXP>
Language Rcpp::fixed_call< RESULT_TYPE >::call
private

Definition at line 189 of file Language.h.

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


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