Rcpp Version 0.9.10
Rcpp::sugar::Cumsum< RTYPE, NA, T > Class Template Reference

#include <cumsum.h>

Inheritance diagram for Rcpp::sugar::Cumsum< RTYPE, NA, T >:
Collaboration diagram for Rcpp::sugar::Cumsum< RTYPE, NA, T >:

List of all members.

Public Types

typedef Rcpp::VectorBase
< RTYPE, NA, T > 
VEC_TYPE
typedef
Rcpp::traits::storage_type
< RTYPE >::type 
STORAGE
typedef Rcpp::Vector< RTYPE > VECTOR

Public Member Functions

 Cumsum (const VEC_TYPE &object_)
VECTOR get () const

Private Attributes

const VEC_TYPEobject

Detailed Description

template<int RTYPE, bool NA, typename T>
class Rcpp::sugar::Cumsum< RTYPE, NA, T >

Definition at line 29 of file cumsum.h.


Member Typedef Documentation

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

Definition at line 32 of file cumsum.h.

template<int RTYPE, bool NA, typename T >
typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Cumsum< RTYPE, NA, T >::VEC_TYPE

Definition at line 31 of file cumsum.h.

template<int RTYPE, bool NA, typename T >
typedef Rcpp::Vector<RTYPE> Rcpp::sugar::Cumsum< RTYPE, NA, T >::VECTOR

Definition at line 33 of file cumsum.h.


Constructor & Destructor Documentation

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Cumsum< RTYPE, NA, T >::Cumsum ( const VEC_TYPE object_) [inline]

Definition at line 35 of file cumsum.h.


Member Function Documentation

template<int RTYPE, bool NA, typename T >
VECTOR Rcpp::sugar::Cumsum< RTYPE, NA, T >::get ( ) const [inline]

Definition at line 37 of file cumsum.h.

References i, and n.


Member Data Documentation

template<int RTYPE, bool NA, typename T >
const VEC_TYPE& Rcpp::sugar::Cumsum< RTYPE, NA, T >::object [private]

Definition at line 53 of file cumsum.h.


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