Rcpp Version 1.0.9
|
Namespaces | |
detail | |
Classes | |
struct | cbind_sexptype_traits |
struct | cbind_sexptype_traits< SEXP > |
struct | cbind_storage_type |
struct | cbind_storage_type< LGLSXP > |
class | BindableExpression |
class | ContainerBindable |
struct | scalar |
class | ScalarBindable |
class | JoinOp |
class | JoinOp< RTYPE, E1, ScalarBindable< typename scalar< RTYPE >::type > > |
class | JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, E2 > |
class | JoinOp< RTYPE, ScalarBindable< typename scalar< RTYPE >::type >, ScalarBindable< typename scalar< RTYPE >::type > > |
struct | matrix_return |
struct | matrix_return< T, false > |
Functions | |
template<int RTYPE> | |
ContainerBindable< RTYPE, Rcpp::Matrix< RTYPE > > | MakeContainerBindable (const Rcpp::Matrix< RTYPE > &x) |
template<int RTYPE> | |
ContainerBindable< RTYPE, Rcpp::Vector< RTYPE > > | MakeContainerBindable (const Rcpp::Vector< RTYPE > &x) |
template<> | |
ContainerBindable< LGLSXP, Rcpp::Matrix< LGLSXP > > | MakeContainerBindable (const Rcpp::Matrix< LGLSXP > &x) |
template<> | |
ContainerBindable< LGLSXP, Rcpp::Vector< LGLSXP > > | MakeContainerBindable (const Rcpp::Vector< LGLSXP > &x) |
template<typename T > | |
ScalarBindable< T > | MakeScalarBindable (const T &t) |
template<int RTYPE, typename E1 , typename E2 > | |
JoinOp< RTYPE, E1, E2 > | operator, (const BindableExpression< RTYPE, E1 > &e1, const BindableExpression< RTYPE, E2 > &e2) |
|
inline |
|
inline |
Definition at line 331 of file cbind.h.
Referenced by Rcpp::sugar::cbind_impl::detail::MakeBindableCall< T, true >::operator()(), Rcpp::sugar::cbind_impl::detail::MakeBindableCall< Rcpp::Matrix< LGLSXP >, true >::operator()(), and Rcpp::sugar::cbind_impl::detail::MakeBindableCall< Rcpp::Vector< LGLSXP >, true >::operator()().
|
inline |
|
inline |
|
inline |
Definition at line 355 of file cbind.h.
Referenced by Rcpp::sugar::cbind_impl::detail::MakeBindableCall< T, false >::operator()().
|
inline |