Rcpp Version 0.9.10
Rcpp::Pairlist Class Reference

#include <Pairlist.h>

Inheritance diagram for Rcpp::Pairlist:
Collaboration diagram for Rcpp::Pairlist:

List of all members.

Public Member Functions

 Pairlist ()
 Pairlist (SEXP x)
 Pairlist (const Pairlist &other)
Pairlistoperator= (const Pairlist &other)
 ~Pairlist ()

Detailed Description

Definition at line 31 of file Pairlist.h.


Constructor & Destructor Documentation

Rcpp::Pairlist::Pairlist ( )

Definition at line 26 of file Pairlist.cpp.

Rcpp::Pairlist::Pairlist ( SEXP  x)

Definition at line 27 of file Pairlist.cpp.

References Rcpp::RObject::setSEXP().

Here is the call graph for this function:

Rcpp::Pairlist::Pairlist ( const Pairlist other)

Definition at line 31 of file Pairlist.cpp.

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

Here is the call graph for this function:

Rcpp::Pairlist::~Pairlist ( )

Definition at line 30 of file Pairlist.cpp.


Member Function Documentation

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

Definition at line 34 of file Pairlist.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