Rcpp Version 0.9.10
Rcpp::DataFrame Class Reference

#include <DataFrame.h>

Inheritance diagram for Rcpp::DataFrame:
Collaboration diagram for Rcpp::DataFrame:

List of all members.

Public Member Functions

 DataFrame ()
 DataFrame (SEXP x)
 DataFrame (const DataFrame &other)
 DataFrame (const RObject::SlotProxy &proxy)
 DataFrame (const RObject::AttributeProxy &proxy)
DataFrameoperator= (DataFrame &other)
DataFrameoperator= (SEXP x)
 ~DataFrame ()

Static Public Member Functions

static DataFrame create ()

Private Member Functions

void set (SEXP x)

Detailed Description

Definition at line 37 of file DataFrame.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

static DataFrame Rcpp::DataFrame::create ( ) [inline, static]

Reimplemented from Vector< RTYPE >.

Definition at line 62 of file DataFrame.h.

References DataFrame().

Here is the call graph for this function:

DataFrame& Rcpp::DataFrame::operator= ( SEXP  x) [inline]

Definition at line 55 of file DataFrame.h.

References x.

DataFrame& Rcpp::DataFrame::operator= ( DataFrame other) [inline]

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.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines