|
Rcpp Version 0.9.10
|
#include <Exporter.h>
Public Types | |
| typedef value_type | r_export_type |
Public Member Functions | |
| IndexingExporter (SEXP x) | |
| ~IndexingExporter () | |
| T | get () |
Private Attributes | |
| SEXP | object |
Definition at line 55 of file Exporter.h.
| typedef value_type Rcpp::traits::IndexingExporter< T, value_type >::r_export_type |
Definition at line 57 of file Exporter.h.
| Rcpp::traits::IndexingExporter< T, value_type >::IndexingExporter | ( | SEXP | x | ) | [inline] |
Definition at line 59 of file Exporter.h.
| Rcpp::traits::IndexingExporter< T, value_type >::~IndexingExporter | ( | ) | [inline] |
Definition at line 60 of file Exporter.h.
| T Rcpp::traits::IndexingExporter< T, value_type >::get | ( | ) | [inline] |
Definition at line 62 of file Exporter.h.
References Rcpp::traits::IndexingExporter< T, value_type >::object.
SEXP Rcpp::traits::IndexingExporter< T, value_type >::object [private] |
Definition at line 69 of file Exporter.h.
Referenced by Rcpp::traits::IndexingExporter< T, value_type >::get().