Rcpp Version 1.0.9
Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, E > Class Template Reference

#include <cbind.h>

Public Types

typedef cbind_storage_type< RTYPE >::type stored_type
 

Public Member Functions

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 E& ()
 
 operator const E & () const
 

Detailed Description

template<int RTYPE, typename E>
class Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, E >

Definition at line 52 of file cbind.h.

Member Typedef Documentation

◆ stored_type

template<int RTYPE, typename E >
typedef cbind_storage_type<RTYPE>::type Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, E >::stored_type

Definition at line 54 of file cbind.h.

Member Function Documentation

◆ ncol()

template<int RTYPE, typename E >
R_xlen_t Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, E >::ncol ( ) const
inline

Definition at line 72 of file cbind.h.

◆ nrow()

template<int RTYPE, typename E >
R_xlen_t Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, E >::nrow ( ) const
inline

Definition at line 68 of file cbind.h.

◆ operator const E &()

template<int RTYPE, typename E >
Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, E >::operator const E & ( ) const
inline

Definition at line 77 of file cbind.h.

◆ operator E&()

template<int RTYPE, typename E >
Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, E >::operator E& ( )
inline

Definition at line 76 of file cbind.h.

◆ operator()()

template<int RTYPE, typename E >
stored_type Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, E >::operator() ( R_xlen_t  i,
R_xlen_t  j 
) const
inline

Definition at line 60 of file cbind.h.

◆ operator[]()

template<int RTYPE, typename E >
stored_type Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, E >::operator[] ( R_xlen_t  i) const
inline

Definition at line 56 of file cbind.h.

◆ size()

template<int RTYPE, typename E >
R_xlen_t Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, E >::size ( ) const
inline

Definition at line 64 of file cbind.h.


The documentation for this class was generated from the following file: