Rcpp Version 0.9.10
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 >:

List of all members.

Public Types

typedef Rcpp::VectorBase
< RTYPE, NA, VECTOR > 
SUGAR_TYPE
typedef
Rcpp::traits::storage_type
< RTYPE >::type 
STORAGE

Public Member Functions

 Nona (const SUGAR_TYPE &expr)
int size () const
STORAGE operator[] (int i) 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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines