Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Rcpp::sugar::Nona< RTYPE, NA, VECTOR > Class Template Reference

#include <nona.h>

Inheritance diagram for Rcpp::sugar::Nona< RTYPE, NA, VECTOR >:
Collaboration diagram for Rcpp::sugar::Nona< RTYPE, NA, VECTOR >:

Public Types

typedef Rcpp::VectorBase
< RTYPE, NA, VECTOR > 
SUGAR_TYPE
typedef
Rcpp::traits::storage_type
< RTYPE >::type 
STORAGE
- Public Types inherited from Rcpp::VectorBase< RTYPE, false, Nona< RTYPE, NA, VECTOR > >
typedef traits::storage_type
< RTYPE >::type 
stored_type
typedef traits::storage_type
< RTYPE >::type 
elem_type

Public Member Functions

 Nona (const SUGAR_TYPE &expr)
int size () const
STORAGE operator[] (int i) const
- Public Member Functions inherited from Rcpp::VectorBase< RTYPE, false, Nona< RTYPE, NA, VECTOR > >
Nona< RTYPE, NA, VECTOR > & get_ref ()
const Nona< RTYPE, NA, VECTOR > & get_ref () const
iterator begin () const
iterator end () const

Private Attributes

const VECTOR & data

Detailed Description

template<int RTYPE, bool NA, typename VECTOR>
class Rcpp::sugar::Nona< RTYPE, NA, VECTOR >

Definition at line 29 of file nona.h.

Member Typedef Documentation

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

Definition at line 32 of file nona.h.

template<int RTYPE, bool NA, typename VECTOR >
typedef Rcpp::VectorBase<RTYPE,NA,VECTOR> Rcpp::sugar::Nona< RTYPE, NA, VECTOR >::SUGAR_TYPE

Definition at line 31 of file nona.h.

Constructor & Destructor Documentation

template<int RTYPE, bool NA, typename VECTOR >
Rcpp::sugar::Nona< RTYPE, NA, VECTOR >::Nona ( const SUGAR_TYPE expr)
inline

Definition at line 34 of file nona.h.

Member Function Documentation

template<int RTYPE, bool NA, typename VECTOR >
STORAGE Rcpp::sugar::Nona< RTYPE, NA, VECTOR >::operator[] ( int  i) const
inline
template<int RTYPE, bool NA, typename VECTOR >
int Rcpp::sugar::Nona< RTYPE, NA, VECTOR >::size ( ) const
inline

Member Data Documentation

template<int RTYPE, bool NA, typename VECTOR >
const VECTOR& Rcpp::sugar::Nona< RTYPE, NA, VECTOR >::data
private

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