Rcpp Version 0.9.10
Rcpp::Formula Class Reference

#include <Formula.h>

Inheritance diagram for Rcpp::Formula:
Collaboration diagram for Rcpp::Formula:

List of all members.

Public Member Functions

 Formula ()
 Formula (SEXP lang)
 Formula (const Formula &other)
 Formula (const std::string &code)
Formulaoperator= (const Formula &other)

Detailed Description

Definition at line 30 of file Formula.h.


Constructor & Destructor Documentation

Rcpp::Formula::Formula ( )

Definition at line 26 of file Formula.cpp.

Rcpp::Formula::Formula ( SEXP  lang)

Definition at line 28 of file Formula.cpp.

References Rcpp::internal::convert_using_rfunction(), Rcpp::RObject::setSEXP(), and y.

Here is the call graph for this function:

Rcpp::Formula::Formula ( const Formula other)

Definition at line 63 of file Formula.cpp.

Rcpp::Formula::Formula ( const std::string &  code) [explicit]

Definition at line 59 of file Formula.cpp.

References Rcpp::internal::convert_using_rfunction(), and Rcpp::RObject::setSEXP().

Here is the call graph for this function:


Member Function Documentation

Formula & Rcpp::Formula::operator= ( const Formula other)

Definition at line 65 of file Formula.cpp.

References Rcpp::RObject::asSexp(), and Rcpp::RObject::setSEXP().

Here is the call graph for this function:


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