Rcpp Version 1.0.14
|
#include <DimNameProxy.h>
Public Member Functions | |
DimNameProxy (SEXP data, int dim) | |
DimNameProxy (DimNameProxy const &other) | |
DimNameProxy & | assign (SEXP other) |
DimNameProxy & | operator= (SEXP other) |
DimNameProxy & | operator= (const DimNameProxy &other) |
operator SEXP () const | |
template<typename T > | |
operator T () const | |
Private Attributes | |
SEXP | data_ |
int | dim_ |
Definition at line 28 of file DimNameProxy.h.
Definition at line 32 of file DimNameProxy.h.
|
inline |
Definition at line 33 of file DimNameProxy.h.
|
inline |
Definition at line 36 of file DimNameProxy.h.
References Rcpp::internal::as(), data_, dim_, and Rcpp::stop().
Referenced by operator=(), and operator=().
|
inline |
Definition at line 66 of file DimNameProxy.h.
References Rcpp::internal::as(), data_, and dim_.
|
inline |
Definition at line 72 of file DimNameProxy.h.
References Rcpp::internal::as(), data_, and dim_.
|
inline |
Definition at line 62 of file DimNameProxy.h.
References Rcpp::internal::as(), and assign().
|
inline |
Definition at line 58 of file DimNameProxy.h.
References Rcpp::internal::as(), and assign().
|
private |
Definition at line 83 of file DimNameProxy.h.
Referenced by assign(), operator SEXP(), and operator T().
|
private |
Definition at line 84 of file DimNameProxy.h.
Referenced by assign(), operator SEXP(), and operator T().