|
Rcpp Version 0.9.10
|
#include <DataFrame.h>


Public Member Functions | |
| DataFrame () | |
| DataFrame (SEXP x) | |
| DataFrame (const DataFrame &other) | |
| DataFrame (const RObject::SlotProxy &proxy) | |
| DataFrame (const RObject::AttributeProxy &proxy) | |
| DataFrame & | operator= (DataFrame &other) |
| DataFrame & | operator= (SEXP x) |
| ~DataFrame () | |
Static Public Member Functions | |
| static DataFrame | create () |
Private Member Functions | |
| void | set (SEXP x) |
Definition at line 37 of file DataFrame.h.
| Rcpp::DataFrame::DataFrame | ( | ) | [inline] |
Definition at line 39 of file DataFrame.h.
Referenced by create().
| Rcpp::DataFrame::DataFrame | ( | SEXP | x | ) | [inline] |
Definition at line 41 of file DataFrame.h.
References x.
| Rcpp::DataFrame::DataFrame | ( | const DataFrame & | other | ) | [inline] |
Definition at line 45 of file DataFrame.h.
| Rcpp::DataFrame::DataFrame | ( | const RObject::SlotProxy & | proxy | ) | [inline] |
Definition at line 47 of file DataFrame.h.
| Rcpp::DataFrame::DataFrame | ( | const RObject::AttributeProxy & | proxy | ) | [inline] |
Definition at line 48 of file DataFrame.h.
| Rcpp::DataFrame::~DataFrame | ( | ) | [inline] |
Definition at line 60 of file DataFrame.h.
| static DataFrame Rcpp::DataFrame::create | ( | ) | [inline, static] |
Reimplemented from Vector< RTYPE >.
Definition at line 62 of file DataFrame.h.
References DataFrame().

| DataFrame& Rcpp::DataFrame::operator= | ( | SEXP | x | ) | [inline] |
Definition at line 55 of file DataFrame.h.
References x.
Definition at line 50 of file DataFrame.h.
| void Rcpp::DataFrame::set | ( | SEXP | x | ) | [inline, private] |
Definition at line 67 of file DataFrame.h.
References Rcpp::internal::convert_using_rfunction(), x, and y.
