Rcpp Version 1.0.9
|
#include <export.h>
Public Types | |
typedef ContainerTemplate< T, std::allocator< T > > | Container |
Public Member Functions | |
ContainerExporter (SEXP x) | |
~ContainerExporter () | |
Container | get () |
Static Public Attributes | |
static const int | RTYPE = Rcpp::traits::r_sexptype_traits<T>::rtype |
Private Attributes | |
SEXP | object |
typedef ContainerTemplate<T, std::allocator<T> > Rcpp::traits::ContainerExporter< ContainerTemplate, T >::Container |
|
inline |
|
inline |
|
inline |
Definition at line 49 of file export.h.
References Rcpp::traits::ContainerExporter< ContainerTemplate, T >::RTYPE.
|
private |
|
static |
Definition at line 44 of file export.h.
Referenced by Rcpp::traits::ContainerExporter< ContainerTemplate, T >::get().