Rcpp Version 1.0.9
|
#include <cbind.h>
Public Types | |
typedef cbind_storage_type< RTYPE >::type | stored_type |
Public Types inherited from Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, ContainerBindable< RTYPE, T > > | |
typedef cbind_storage_type< RTYPE >::type | stored_type |
Public Member Functions | |
ContainerBindable (const Rcpp::Matrix< RTYPE > &vec_) | |
ContainerBindable (const Rcpp::Vector< RTYPE > &vec_) | |
template<typename S > | |
ContainerBindable (const BindableExpression< RTYPE, S > &e) | |
R_xlen_t | size () const |
R_xlen_t | nrow () const |
R_xlen_t | ncol () const |
stored_type | operator[] (R_xlen_t i) const |
stored_type | operator() (R_xlen_t i, R_xlen_t j) const |
Public Member Functions inherited from Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, ContainerBindable< RTYPE, T > > | |
stored_type | operator[] (R_xlen_t i) const |
stored_type | operator() (R_xlen_t i, R_xlen_t j) const |
R_xlen_t | size () const |
R_xlen_t | nrow () const |
R_xlen_t | ncol () const |
operator ContainerBindable< RTYPE, T > & () | |
operator const ContainerBindable< RTYPE, T > & () const | |
Private Attributes | |
T | vec |
R_xlen_t | len |
R_xlen_t | nr |
R_xlen_t | nc |
typedef cbind_storage_type<RTYPE>::type Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::stored_type |
|
inline |
|
inline |
|
inline |
Definition at line 103 of file cbind.h.
References Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::len, and Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::vec.
|
inline |
Definition at line 116 of file cbind.h.
References Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::nc.
|
inline |
Definition at line 114 of file cbind.h.
References Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::nr.
|
inline |
Definition at line 122 of file cbind.h.
References Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::nr, and Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::vec.
|
inline |
Definition at line 118 of file cbind.h.
References Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::vec.
|
inline |
Definition at line 112 of file cbind.h.
References Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::len.
|
private |
Definition at line 89 of file cbind.h.
Referenced by Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::ContainerBindable(), and Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::size().
|
private |
Definition at line 89 of file cbind.h.
Referenced by Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::ncol().
|
private |
Definition at line 89 of file cbind.h.
Referenced by Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::nrow(), and Rcpp::sugar::cbind_impl::ContainerBindable< RTYPE, T >::operator()().
|
private |