Rcpp Version 1.0.9
Rcpp::sugar::Sum< RTYPE, false, T > Class Template Reference

#include <sum.h>

Inheritance diagram for Rcpp::sugar::Sum< RTYPE, false, T >:
Collaboration diagram for Rcpp::sugar::Sum< RTYPE, false, T >:

Public Types

typedef Rcpp::VectorBase< RTYPE, false, T > VEC_TYPE
 
typedef Rcpp::traits::storage_type< RTYPE >::type STORAGE
 
typedef Rcpp::traits::Extractor< RTYPE, false, T >::type VEC_EXT
 

Public Member Functions

 Sum (const VEC_TYPE &object_)
 
STORAGE get () const
 
- Public Member Functions inherited from Rcpp::sugar::Lazy< Rcpp::traits::storage_type< RTYPE >::type, Sum< RTYPE, false, T > >
 operator Rcpp::traits::storage_type< RTYPE >::type () const
 

Private Attributes

const VEC_EXTobject
 

Detailed Description

template<int RTYPE, typename T>
class Rcpp::sugar::Sum< RTYPE, false, T >

Definition at line 75 of file sum.h.

Member Typedef Documentation

◆ STORAGE

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

Definition at line 78 of file sum.h.

◆ VEC_EXT

template<int RTYPE, typename T >
typedef Rcpp::traits::Extractor< RTYPE, false, T>::type Rcpp::sugar::Sum< RTYPE, false, T >::VEC_EXT

Definition at line 79 of file sum.h.

◆ VEC_TYPE

template<int RTYPE, typename T >
typedef Rcpp::VectorBase<RTYPE,false,T> Rcpp::sugar::Sum< RTYPE, false, T >::VEC_TYPE

Definition at line 77 of file sum.h.

Constructor & Destructor Documentation

◆ Sum()

template<int RTYPE, typename T >
Rcpp::sugar::Sum< RTYPE, false, T >::Sum ( const VEC_TYPE object_)
inline

Definition at line 81 of file sum.h.

Member Function Documentation

◆ get()

template<int RTYPE, typename T >
STORAGE Rcpp::sugar::Sum< RTYPE, false, T >::get ( ) const
inline

Definition at line 83 of file sum.h.

Member Data Documentation

◆ object

template<int RTYPE, typename T >
const VEC_EXT& Rcpp::sugar::Sum< RTYPE, false, T >::object
private

Definition at line 92 of file sum.h.


The documentation for this class was generated from the following file: