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


Public Types | |
| enum | { RTYPE = cbind_sexptype_traits<T>::rtype } |
| typedef T | stored_type |
| Public Types inherited from Rcpp::sugar::cbind_impl::BindableExpression< cbind_sexptype_traits< T >::rtype, ScalarBindable< T > > | |
| typedef cbind_storage_type< RTYPE >::type | stored_type |
Public Member Functions | |
| ScalarBindable (const T &t_) | |
| 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< cbind_sexptype_traits< T >::rtype, ScalarBindable< 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 ScalarBindable< T > & () | |
| operator const ScalarBindable< T > & () const | |
Private Attributes | |
| T | t |
| typedef T Rcpp::sugar::cbind_impl::ScalarBindable< T >::stored_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |