Rcpp Version 1.0.9
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 163 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 165 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 167 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 168 of file Language.h.

Member Function Documentation

◆ operator()()

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

Definition at line 170 of file Language.h.

References Rcpp::fixed_call< RESULT_TYPE >::call.

Member Data Documentation

◆ call

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

Definition at line 175 of file Language.h.

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


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