|
Rcpp Version 1.0.14
|
#include <sign.h>


Public Types | |
| typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE |
| typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE |
| typedef int | r_import_type |
Public Types inherited from Rcpp::VectorBase< INTSXP, NA, Sign< RTYPE, NA, T > > | |
| typedef traits::storage_type< RTYPE >::type | stored_type |
| typedef traits::storage_type< RTYPE >::type | elem_type |
| typedef iter_base< iter_traits > | iterator |
| typedef iter_base< const_iter_traits > | const_iterator |
Public Member Functions | |
| Sign (const VEC_TYPE &object_) | |
| int | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
| operator SEXP () const | |
| int | get (R_xlen_t i) const |
Public Member Functions inherited from Rcpp::VectorBase< INTSXP, NA, Sign< RTYPE, NA, T > > | |
| Sign< RTYPE, NA, T > & | get_ref () |
| const Sign< RTYPE, NA, T > & | get_ref () const |
| stored_type | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| const_iterator | cbegin () const |
| const_iterator | cend () const |
Private Attributes | |
| const VEC_TYPE & | object |
| typedef int Rcpp::sugar::Sign< RTYPE, NA, T >::r_import_type |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Sign< RTYPE, NA, T >::STORAGE |
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Sign< RTYPE, NA, T >::VEC_TYPE |
|
inline |
|
inline |
Definition at line 62 of file sign.h.
References Rcpp::sugar::sign__impl< NA, RTYPE >::get().
Referenced by Rcpp::sugar::Sign< RTYPE, NA, T >::operator[]().

|
inline |
Definition at line 61 of file sign.h.
References Rcpp::wrap().

|
inline |
Definition at line 56 of file sign.h.
References Rcpp::sugar::Sign< RTYPE, NA, T >::get().

|
inline |
|
private |