Rcpp Version 1.0.9
Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > > Class Template Reference

#include <cbind.h>

Inheritance diagram for Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >:
Collaboration diagram for Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >:

Public Types

typedef cbind_storage_type< RTYPE >::type stored_type
 
typedef ScalarBindable< typename scalar< RTYPE >::type > E1
 
typedef ScalarBindable< typename scalar< RTYPE >::type > E2
 
- Public Types inherited from Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, JoinOp< RTYPE, ScalarBindable< scalar< RTYPE >::type >, ScalarBindable< scalar< RTYPE >::type > > >
typedef cbind_storage_type< RTYPE >::type stored_type
 
- Public Types inherited from Rcpp::MatrixBase< RTYPE, true, JoinOp< RTYPE, ScalarBindable< scalar< RTYPE >::type >, ScalarBindable< scalar< RTYPE >::type > > >
typedef traits::storage_type< RTYPE >::type stored_type
 

Public Member Functions

 JoinOp (const BindableExpression< RTYPE, E1 > &e1_, const BindableExpression< RTYPE, E2 > &e2_)
 
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, JoinOp< RTYPE, ScalarBindable< scalar< RTYPE >::type >, ScalarBindable< scalar< RTYPE >::type > > >
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 JoinOp< RTYPE, ScalarBindable< scalar< RTYPE >::type >, ScalarBindable< scalar< RTYPE >::type > > & ()
 
 operator const JoinOp< RTYPE, ScalarBindable< scalar< RTYPE >::type >, ScalarBindable< scalar< RTYPE >::type > > & () const
 
- Public Member Functions inherited from Rcpp::MatrixBase< RTYPE, true, JoinOp< RTYPE, ScalarBindable< scalar< RTYPE >::type >, ScalarBindable< scalar< RTYPE >::type > > >
JoinOp< RTYPE, ScalarBindable< scalar< RTYPE >::type >, ScalarBindable< scalar< RTYPE >::type > > & get_ref ()
 
stored_type operator() (int i, int j) const
 
R_xlen_t size () const
 
R_xlen_t nrow () const
 
R_xlen_t ncol () const
 
iterator begin () const
 
iterator end () const
 

Private Attributes

const E1e1
 
const E2e2
 

Additional Inherited Members

- Static Public Member Functions inherited from Rcpp::MatrixBase< RTYPE, true, JoinOp< RTYPE, ScalarBindable< scalar< RTYPE >::type >, ScalarBindable< scalar< RTYPE >::type > > >
static JoinOp< RTYPE, ScalarBindable< scalar< RTYPE >::type >, ScalarBindable< scalar< RTYPE >::type > > eye (int n)
 
static JoinOp< RTYPE, ScalarBindable< scalar< RTYPE >::type >, ScalarBindable< scalar< RTYPE >::type > > ones (int n)
 
static JoinOp< RTYPE, ScalarBindable< scalar< RTYPE >::type >, ScalarBindable< scalar< RTYPE >::type > > zeros (int n)
 

Detailed Description

template<int RTYPE>
class Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >

Definition at line 287 of file cbind.h.

Member Typedef Documentation

◆ E1

template<int RTYPE>
typedef ScalarBindable<typename scalar<RTYPE>::type> Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::E1

Definition at line 299 of file cbind.h.

◆ E2

template<int RTYPE>
typedef ScalarBindable<typename scalar<RTYPE>::type> Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::E2

Definition at line 300 of file cbind.h.

◆ stored_type

template<int RTYPE>
typedef cbind_storage_type<RTYPE>::type Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::stored_type

Definition at line 298 of file cbind.h.

Constructor & Destructor Documentation

◆ JoinOp()

template<int RTYPE>
Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::JoinOp ( const BindableExpression< RTYPE, E1 > &  e1_,
const BindableExpression< RTYPE, E2 > &  e2_ 
)
inline

Definition at line 307 of file cbind.h.

Member Function Documentation

◆ ncol()

template<int RTYPE>
R_xlen_t Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::ncol ( ) const
inline

Definition at line 316 of file cbind.h.

References Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >::e2.

◆ nrow()

template<int RTYPE>
R_xlen_t Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::nrow ( ) const
inline

Definition at line 314 of file cbind.h.

References Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >::e2.

◆ operator()()

template<int RTYPE>
stored_type Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::operator() ( R_xlen_t  i,
R_xlen_t  j 
) const
inline

Definition at line 322 of file cbind.h.

References Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >::nrow().

Here is the call graph for this function:

◆ operator[]()

template<int RTYPE>
stored_type Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::operator[] ( R_xlen_t  i) const
inline

◆ size()

template<int RTYPE>
R_xlen_t Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::size ( ) const
inline

Definition at line 312 of file cbind.h.

References Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >::e2.

Member Data Documentation

◆ e1

template<int RTYPE>
const E1& Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::e1
private

Definition at line 303 of file cbind.h.

◆ e2

template<int RTYPE>
const E2& Rcpp::sugar::cbind_impl::JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > >::e2
private

Definition at line 304 of file cbind.h.


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