|
| | DataFrame_Impl () |
| | DataFrame_Impl (SEXP x) |
| | DataFrame_Impl (const DataFrame_Impl &other) |
| template<typename T> |
| | DataFrame_Impl (const T &obj) |
| DataFrame_Impl & | operator= (DataFrame_Impl &other) |
| DataFrame_Impl & | operator= (SEXP x) |
| R_xlen_t | nrow () const |
| template<typename T> |
| void | push_back (const T &object) |
| template<typename T> |
| void | push_back (const T &object, const std::string &name) |
| template<typename T> |
| void | push_front (const T &object) |
| template<typename T> |
| void | push_front (const T &object, const std::string &name) |
| R_xlen_t | nrows () const |
| R_xlen_t | rows () const |
| R_xlen_t | ncol () const |
| R_xlen_t | cols () const |
| | Vector () |
| | Vector (const Vector &other) |
| Vector & | operator= (const Vector &rhs) |
| | Vector (SEXP x) |
| | Vector (const GenericProxy< Proxy > &proxy) |
| | Vector (const no_init_vector &obj) |
| | Vector (const T &size, const stored_type &u, typename Rcpp::traits::enable_if< traits::is_arithmetic< T >::value, void >::type *=0) |
| | Vector (const int &size, const stored_type &u) |
| | Vector (const std::string &st) |
| | Vector (const char *st) |
| | Vector (const T &siz, stored_type(*gen)(void), typename Rcpp::traits::enable_if< traits::is_arithmetic< T >::value, void >::type *=0) |
| | Vector (T size, typename Rcpp::traits::enable_if< traits::is_arithmetic< T >::value, void >::type *=0) |
| | Vector (const int &size) |
| | Vector (const Dimension &dims) |
| | Vector (T value, typename Rcpp::traits::enable_if< traits::is_bool< T >::value &&RTYPE==LGLSXP, void >::type *=0) |
| | Vector (const Dimension &dims, const U &u) |
| | Vector (const VectorBase< RTYPE, NA, VEC > &other) |
| | Vector (const T &size, const U &u, typename Rcpp::traits::enable_if< traits::is_arithmetic< T >::value, void >::type *=0) |
| | Vector (const sugar::SingleLogicalResult< NA, T > &obj) |
| | Vector (const T &siz, stored_type(*gen)(U1), const U1 &u1, typename Rcpp::traits::enable_if< traits::is_arithmetic< T >::value, void >::type *=0) |
| | Vector (const T &siz, stored_type(*gen)(U1, U2), const U1 &u1, const U2 &u2, typename Rcpp::traits::enable_if< traits::is_arithmetic< T >::value, void >::type *=0) |
| | Vector (const T &siz, stored_type(*gen)(U1, U2, U3), const U1 &u1, const U2 &u2, const U3 &u3, typename Rcpp::traits::enable_if< traits::is_arithmetic< T >::value, void >::type *=0) |
| | Vector (InputIterator first, InputIterator last) |
| | Vector (InputIterator first, InputIterator last, T n, typename Rcpp::traits::enable_if< traits::is_arithmetic< T >::value, void >::type *=0) |
| | Vector (InputIterator first, InputIterator last, Func func) |
| | Vector (InputIterator first, InputIterator last, Func func, T n, typename Rcpp::traits::enable_if< traits::is_arithmetic< T >::value, void >::type *=0) |
| | Vector (std::initializer_list< init_type > list) |
| Vector & | operator= (const T &x) |
| R_xlen_t | length () const |
| R_xlen_t | size () const |
| R_xlen_t | offset (const int &i, const int &j) const |
| R_xlen_t | offset (const R_xlen_t &i) const |
| R_xlen_t | offset (const std::string &name) const |
| void | fill (const U &u) |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| const_iterator | cbegin () const |
| const_iterator | cend () const |
| Proxy | operator[] (R_xlen_t i) |
| const_Proxy | operator[] (R_xlen_t i) const |
| std::enable_if< std::is_integral< T >::value &&!std::is_same< T, R_xlen_t >::value, Proxy >::type | operator[] (T i) |
| std::enable_if< std::is_integral< T >::value &&!std::is_same< T, R_xlen_t >::value, const_Proxy >::type | operator[] (T i) const |
| Proxy | operator() (const size_t &i) |
| const_Proxy | operator() (const size_t &i) const |
| Proxy | at (const size_t &i) |
| const_Proxy | at (const size_t &i) const |
| Proxy | operator() (const size_t &i, const size_t &j) |
| const_Proxy | operator() (const size_t &i, const size_t &j) const |
| NameProxy | operator[] (const std::string &name) |
| NameProxy | operator() (const std::string &name) |
| NameProxy | operator[] (const std::string &name) const |
| NameProxy | operator() (const std::string &name) const |
| | operator RObject () const |
| SubsetProxy< RTYPE, StoragePolicy, RHS_RTYPE, RHS_NA, RHS_T > | operator[] (const VectorBase< RHS_RTYPE, RHS_NA, RHS_T > &rhs) |
| const SubsetProxy< RTYPE, StoragePolicy, RHS_RTYPE, RHS_NA, RHS_T > | operator[] (const VectorBase< RHS_RTYPE, RHS_NA, RHS_T > &rhs) const |
| Vector & | sort (bool decreasing=false) |
| void | assign (InputIterator first, InputIterator last) |
| void | push_back (const T &object) |
| void | push_back (const T &object, const std::string &name) |
| void | push_front (const T &object) |
| void | push_front (const T &object, const std::string &name) |
| iterator | insert (iterator position, const T &object) |
| iterator | insert (int position, const T &object) |
| iterator | erase (int position) |
| iterator | erase (iterator position) |
| iterator | erase (int first, int last) |
| iterator | erase (iterator first, iterator last) |
| void | update (SEXP) |
| Indexer | operator[] (const Range &range) |
| Vector & | operator+= (const VectorBase< RTYPE, true, EXPR_VEC > &rhs) |
| Vector & | operator+= (const VectorBase< RTYPE, false, EXPR_VEC > &rhs) |
| bool | containsElementNamed (const char *target) const |
| R_xlen_t | findName (const std::string &name) const |
| SEXP | eval () const |
| SEXP | eval (SEXP env) const |
| SlotProxy | slot (const std::string &name) |
| const_SlotProxy | slot (const std::string &name) const |
| bool | hasSlot (const std::string &name) const |
| AttributeProxy | attr (const std::string &name) |
| const_AttributeProxy | attr (const std::string &name) const |
| std::vector< std::string > | attributeNames () const |
| bool | hasAttribute (const std::string &attr) const |
| NamesProxy | names () |
| const_NamesProxy | names () const |
| bool | isNULL () const |
| int | sexp_type () const |
| bool | isObject () const |
| bool | isS4 () const |
| VECTOR & | get_ref () |
| const VECTOR & | get_ref () const |
| stored_type | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| const_iterator | cbegin () const |
| const_iterator | cend () const |
template<template< class > class StoragePolicy>
class Rcpp::DataFrame_Impl< StoragePolicy >
Definition at line 37 of file DataFrame.h.