Rcpp Version 0.9.10
Rcpp::sugar::pow__impl< NA, RTYPE, EXPONENT_TYPE > Class Template Reference

#include <pow.h>

Collaboration diagram for Rcpp::sugar::pow__impl< NA, RTYPE, EXPONENT_TYPE >:

List of all members.

Public Types

typedef
Rcpp::traits::storage_type
< RTYPE >::type 
STORAGE

Public Member Functions

 pow__impl (EXPONENT_TYPE exponent_)
double get (STORAGE x) const

Private Attributes

EXPONENT_TYPE exponent

Detailed Description

template<bool NA, int RTYPE, typename EXPONENT_TYPE>
class Rcpp::sugar::pow__impl< NA, RTYPE, EXPONENT_TYPE >

Definition at line 29 of file pow.h.


Member Typedef Documentation

template<bool NA, int RTYPE, typename EXPONENT_TYPE>
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::pow__impl< NA, RTYPE, EXPONENT_TYPE >::STORAGE

Definition at line 31 of file pow.h.


Constructor & Destructor Documentation

template<bool NA, int RTYPE, typename EXPONENT_TYPE>
Rcpp::sugar::pow__impl< NA, RTYPE, EXPONENT_TYPE >::pow__impl ( EXPONENT_TYPE  exponent_) [inline]

Definition at line 32 of file pow.h.


Member Function Documentation

template<bool NA, int RTYPE, typename EXPONENT_TYPE>
double Rcpp::sugar::pow__impl< NA, RTYPE, EXPONENT_TYPE >::get ( STORAGE  x) const [inline]

Definition at line 34 of file pow.h.

Referenced by Rcpp::sugar::Pow< RTYPE, NA, T, EXPONENT_TYPE >::operator[]().


Member Data Documentation

template<bool NA, int RTYPE, typename EXPONENT_TYPE>
EXPONENT_TYPE Rcpp::sugar::pow__impl< NA, RTYPE, EXPONENT_TYPE >::exponent [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines