Rcpp Version 1.0.9
Rcpp::internal::generic_element_converter< RTYPE > Class Template Reference

#include <converter.h>

Public Types

typedef SEXP target
 

Static Public Member Functions

template<typename T >
static SEXP get (const T &input)
 
static SEXP get (const char *input)
 
static SEXP get (SEXP input)
 

Detailed Description

template<int RTYPE>
class Rcpp::internal::generic_element_converter< RTYPE >

Definition at line 74 of file converter.h.

Member Typedef Documentation

◆ target

template<int RTYPE>
typedef SEXP Rcpp::internal::generic_element_converter< RTYPE >::target

Definition at line 76 of file converter.h.

Member Function Documentation

◆ get() [1/3]

template<int RTYPE>
static SEXP Rcpp::internal::generic_element_converter< RTYPE >::get ( const char *  input)
inlinestatic

Definition at line 83 of file converter.h.

References Rcpp::wrap().

Here is the call graph for this function:

◆ get() [2/3]

template<int RTYPE>
template<typename T >
static SEXP Rcpp::internal::generic_element_converter< RTYPE >::get ( const T &  input)
inlinestatic

Definition at line 79 of file converter.h.

References Rcpp::wrap().

Here is the call graph for this function:

◆ get() [3/3]

template<int RTYPE>
static SEXP Rcpp::internal::generic_element_converter< RTYPE >::get ( SEXP  input)
inlinestatic

Definition at line 87 of file converter.h.


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