Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Rcpp::InternalFunction Class Reference

#include <InternalFunction.h>

Inheritance diagram for Rcpp::InternalFunction:
Collaboration diagram for Rcpp::InternalFunction:

Private Member Functions

void set (SEXP xp)

Additional Inherited Members

- Public Member Functions inherited from Rcpp::RObject
 RObject ()
 RObject (SEXP x)
 RObject (const RObject &other)
RObjectoperator= (const RObject &other)
RObjectoperator= (SEXP other)
virtual ~RObject ()
 operator SEXP () const
bool inherits (const char *clazz) const
std::vector< std::string > attributeNames () const
bool hasAttribute (const std::string &attr) const
AttributeProxy attr (const std::string &name) const
bool isNULL () const
int sexp_type () const
SEXP asSexp () const
bool isObject () const
bool isS4 () const
bool hasSlot (const std::string &name) const
SlotProxy slot (const std::string &name) const
- Protected Member Functions inherited from Rcpp::RObject
void setSEXP (SEXP x)
- Protected Attributes inherited from Rcpp::RObject
SEXP m_sexp

Detailed Description

functions

Definition at line 35 of file InternalFunction.h.

Member Function Documentation

void Rcpp::InternalFunction::set ( SEXP  xp)
inlineprivate

Definition at line 42 of file InternalFunction.h.

References Rcpp::Environment::Rcpp_namespace(), and Rcpp::RObject::setSEXP().

Here is the call graph for this function:


The documentation for this class was generated from the following file: