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


Public Types | |
| typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE | 
| typedef double(* | FunPtr) (double, double, int) | 
  Public Types inherited from Rcpp::VectorBase< REALSXP, NA, D1< 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 | |
| D1 (FunPtr ptr_, const VEC_TYPE &vec_, double p0_, bool log_) | |
| double | operator[] (int i) const | 
| int | size () const | 
  Public Member Functions inherited from Rcpp::VectorBase< REALSXP, NA, D1< RTYPE, NA, T > > | |
| D1< RTYPE, NA, T > & | get_ref () | 
| const D1< 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 | |
| FunPtr | ptr | 
| const VEC_TYPE & | vec | 
| double | p0 | 
| int | log | 
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::stats::D1< RTYPE, NA, T >::VEC_TYPE | 
      
  | 
  inline | 
Definition at line 62 of file dpq.h.
References Rcpp::stats::D1< RTYPE, NA, T >::log, Rcpp::stats::D1< RTYPE, NA, T >::p0, Rcpp::stats::D1< RTYPE, NA, T >::ptr, and Rcpp::stats::D1< RTYPE, NA, T >::vec.
      
  | 
  inline | 
Definition at line 66 of file dpq.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::size(), and Rcpp::stats::D1< RTYPE, NA, T >::vec.

Definition at line 72 of file dpq.h.
Referenced by Rcpp::stats::D1< RTYPE, NA, T >::operator[]().
Definition at line 71 of file dpq.h.
Referenced by Rcpp::stats::D1< RTYPE, NA, T >::operator[]().
Definition at line 69 of file dpq.h.
Referenced by Rcpp::stats::D1< RTYPE, NA, T >::operator[]().
      
  | 
  private | 
Definition at line 70 of file dpq.h.
Referenced by Rcpp::stats::D1< RTYPE, NA, T >::operator[](), and Rcpp::stats::D1< RTYPE, NA, T >::size().