Rcpp Version 1.0.9
|
#include <ChildVector.h>
Public Member Functions | |
ChildVector (SEXP data_, SEXP parent_, R_xlen_t i_) | |
ChildVector (const ChildVector &other) | |
ChildVector & | operator= (const ChildVector &other) |
ChildVector & | operator= (const T &other) |
template<typename U > | |
ChildVector & | operator= (const U &other) |
Private Attributes | |
SEXP | parent |
R_xlen_t | i |
Definition at line 26 of file ChildVector.h.
|
inline |
Definition at line 30 of file ChildVector.h.
|
inline |
Definition at line 35 of file ChildVector.h.
|
inline |
Definition at line 40 of file ChildVector.h.
References Rcpp::ChildVector< T >::i, and Rcpp::ChildVector< T >::parent.
|
inline |
Definition at line 50 of file ChildVector.h.
References Rcpp::ChildVector< T >::i, and Rcpp::ChildVector< T >::parent.
|
inline |
Definition at line 59 of file ChildVector.h.
References Rcpp::ChildVector< T >::i, Rcpp::ChildVector< T >::parent, and Rcpp::wrap().
|
private |
Definition at line 71 of file ChildVector.h.
Referenced by Rcpp::ChildVector< T >::operator=().
|
private |
Definition at line 70 of file ChildVector.h.
Referenced by Rcpp::ChildVector< T >::operator=().