|
Rcpp Version 0.9.10
|
#include <Exporter.h>
Public Types | |
| typedef value_type | r_export_type |
Public Member Functions | |
| MatrixExporter (SEXP x) | |
| ~MatrixExporter () | |
| T | get () |
Private Attributes | |
| SEXP | object |
Definition at line 72 of file Exporter.h.
| typedef value_type Rcpp::traits::MatrixExporter< T, value_type >::r_export_type |
Definition at line 74 of file Exporter.h.
| Rcpp::traits::MatrixExporter< T, value_type >::MatrixExporter | ( | SEXP | x | ) | [inline] |
Definition at line 76 of file Exporter.h.
| Rcpp::traits::MatrixExporter< T, value_type >::~MatrixExporter | ( | ) | [inline] |
Definition at line 77 of file Exporter.h.
| T Rcpp::traits::MatrixExporter< T, value_type >::get | ( | ) | [inline] |
Definition at line 79 of file Exporter.h.
References Rcpp::traits::MatrixExporter< T, value_type >::object, PROTECT(), and R_NilValue.

SEXP Rcpp::traits::MatrixExporter< T, value_type >::object [private] |
Definition at line 92 of file Exporter.h.
Referenced by Rcpp::traits::MatrixExporter< T, value_type >::get().