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

#include <pow.h>

Collaboration diagram for Rcpp::sugar::pow__impl< false, 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<int RTYPE, typename EXPONENT_TYPE>
class Rcpp::sugar::pow__impl< false, RTYPE, EXPONENT_TYPE >

Definition at line 42 of file pow.h.


Member Typedef Documentation

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

Definition at line 44 of file pow.h.


Constructor & Destructor Documentation

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

Definition at line 45 of file pow.h.


Member Function Documentation

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

Definition at line 47 of file pow.h.

References Rcpp::sugar::pow__impl< NA, RTYPE, EXPONENT_TYPE >::exponent, Rcpp::pow(), and x.

Here is the call graph for this function:


Member Data Documentation

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

Definition at line 51 of file pow.h.


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