| 
    Rcpp Version 1.0.14
    
   | 
 
#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 | 
Definition at line 158 of file cbind.h.
References Rcpp::sugar::cbind_impl::ScalarBindable< T >::t.
      
  | 
  inline | 
Definition at line 154 of file cbind.h.
References Rcpp::sugar::cbind_impl::ScalarBindable< T >::t.
      
  | 
  inline | 
      
  | 
  private | 
Definition at line 143 of file cbind.h.
Referenced by Rcpp::sugar::cbind_impl::ScalarBindable< T >::operator()(), and Rcpp::sugar::cbind_impl::ScalarBindable< T >::operator[]().