Rcpp Version 1.0.9
|
#include <range.h>
Public Types | |
typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE |
Public Member Functions | |
Range (const T &obj_) | |
operator Vector< RTYPE > () | |
Private Attributes | |
const T & | obj |
STORAGE | min_ |
STORAGE | max_ |
STORAGE | current |
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Range< RTYPE, NA, T >::STORAGE |
|
inline |
|
inline |
Definition at line 35 of file range.h.
References Rcpp::Vector< RTYPE, StoragePolicy >::create(), Rcpp::sugar::Range< RTYPE, NA, T >::current, Rcpp::sugar::Range< RTYPE, NA, T >::max_, Rcpp::sugar::Range< RTYPE, NA, T >::min_, and Rcpp::sugar::Range< RTYPE, NA, T >::obj.
|
private |
Definition at line 53 of file range.h.
Referenced by Rcpp::sugar::Range< RTYPE, NA, T >::operator Vector< RTYPE >(), and Rcpp::sugar::Range< RTYPE, false, T >::operator Vector< RTYPE >().
|
private |
Definition at line 53 of file range.h.
Referenced by Rcpp::sugar::Range< RTYPE, NA, T >::operator Vector< RTYPE >(), and Rcpp::sugar::Range< RTYPE, false, T >::operator Vector< RTYPE >().
|
private |
Definition at line 53 of file range.h.
Referenced by Rcpp::sugar::Range< RTYPE, NA, T >::operator Vector< RTYPE >(), and Rcpp::sugar::Range< RTYPE, false, T >::operator Vector< RTYPE >().
|
private |
Definition at line 52 of file range.h.
Referenced by Rcpp::sugar::Range< RTYPE, NA, T >::operator Vector< RTYPE >(), and Rcpp::sugar::Range< RTYPE, false, T >::operator Vector< RTYPE >().