Rcpp Version 1.1.2
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 173 of file Language.h.

Member Typedef Documentation

◆ result_type

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

Definition at line 175 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 177 of file Language.h.

References call.

◆ fixed_call() [2/2]

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

Definition at line 178 of file Language.h.

References call.

Member Function Documentation

◆ operator()()

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

Definition at line 180 of file Language.h.

References Rcpp::as(), and 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 185 of file Language.h.

Referenced by fixed_call(), fixed_call(), and operator()().


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