Rcpp Version 1.0.9
Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 > Class Template Reference

#include <cbind.h>

Inheritance diagram for Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >:
Collaboration diagram for Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >:

Public Types

typedef cbind_storage_type< RTYPE >::type stored_type
 
- Public Types inherited from Rcpp::sugar::cbind_impl::BindableExpression< RTYPE, JoinOp< RTYPE, E1, E2 > >
typedef cbind_storage_type< RTYPE >::type stored_type
 
- Public Types inherited from Rcpp::MatrixBase< RTYPE, true, JoinOp< RTYPE, E1, E2 > >
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, E1, E2 > >
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, E1, E2 > & ()
 
 operator const JoinOp< RTYPE, E1, E2 > & () const
 
- Public Member Functions inherited from Rcpp::MatrixBase< RTYPE, true, JoinOp< RTYPE, E1, E2 > >
JoinOp< RTYPE, E1, E2 > & 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 E1 & e1
 
const E2 & e2
 

Additional Inherited Members

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

Detailed Description

template<int RTYPE, typename E1, typename E2>
class Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >

Definition at line 166 of file cbind.h.

Member Typedef Documentation

◆ stored_type

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

Definition at line 170 of file cbind.h.

Constructor & Destructor Documentation

◆ JoinOp()

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

Definition at line 177 of file cbind.h.

References Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >::e1, Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >::e2, and Rcpp::stop().

Here is the call graph for this function:

Member Function Documentation

◆ ncol()

template<int RTYPE, typename E1 , typename E2 >
R_xlen_t Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >::ncol ( ) const
inline

◆ nrow()

◆ operator()()

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

Definition at line 201 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, typename E1 , typename E2 >
stored_type Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >::operator[] ( R_xlen_t  i) const
inline

◆ size()

template<int RTYPE, typename E1 , typename E2 >
R_xlen_t Rcpp::sugar::cbind_impl::JoinOp< RTYPE, E1, E2 >::size ( ) const
inline

Member Data Documentation

◆ e1

◆ e2

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

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