|
Rcpp Version 1.1.2
|
#include <ListOf.h>


Public Types | |
| typedef traits::r_vector_iterator< VECSXP >::type | iterator |
| typedef traits::r_vector_const_iterator< VECSXP >::type | const_iterator |
Public Member Functions | |
| ListOf () | |
| ListOf (SEXP data_) | |
| template<typename U> | |
| ListOf (const U &data_) | |
| ListOf (const ListOf &other) | |
| ListOf & | operator= (const ListOf &other) |
| template<typename U> | |
| ListOf & | operator= (const U &other) |
| ChildVector< T > | operator[] (R_xlen_t i) |
| const ChildVector< T > | operator[] (R_xlen_t i) const |
| ChildVector< T > | operator[] (const std::string &str) |
| const ChildVector< T > | operator[] (const std::string &str) const |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| R_xlen_t | size () const |
| List | get () const |
| operator SEXP () const | |
| operator List () const | |
| Public Member Functions inherited from Rcpp::NamesProxyPolicy< ListOf< T > > | |
| NamesProxy | names () |
| Public Member Functions inherited from Rcpp::AttributeProxyPolicy< ListOf< T > > | |
| AttributeProxy | attr (const std::string &name) |
| std::vector< std::string > | attributeNames () const |
| bool | hasAttribute (const std::string &attr) const |
| Public Member Functions inherited from Rcpp::RObjectMethods< ListOf< T > > | |
| bool | isNULL () const |
| int | sexp_type () const |
| bool | isObject () const |
| bool | isS4 () const |
Private Attributes | |
| List | list |
| typedef traits::r_vector_const_iterator<VECSXP>::type Rcpp::ListOf< T >::const_iterator |
| typedef traits::r_vector_iterator<VECSXP>::type Rcpp::ListOf< T >::iterator |
|
inline |
Definition at line 37 of file ListOf.h.
References list.
Referenced by ListOf(), operator=(), and operator=().
|
inline |
Definition at line 39 of file ListOf.h.
References Rcpp::as(), and list.

Definition at line 44 of file ListOf.h.
References Rcpp::as(), and list.

|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 103 of file ListOf.h.
References list.
Referenced by Rcpp::lapply(), and Rcpp::sapply().
|
inline |
|
inline |
Definition at line 108 of file ListOf.h.
References list, and Rcpp::wrap().

|
inline |
|
inline |
Definition at line 58 of file ListOf.h.
References Rcpp::as(), list, and ListOf().

|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 113 of file ListOf.h.
Referenced by begin(), begin(), end(), end(), get(), ListOf(), ListOf(), ListOf(), ListOf(), operator List(), operator SEXP(), operator=(), operator=(), operator[](), operator[](), operator[](), operator[](), and size().