Rcpp Version 0.9.10
Rcpp::sugar::Nona< RTYPE, NA, Rcpp::Vector< RTYPE > > Class Template Reference

#include <nona.h>

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

List of all members.

Public Types

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

Public Member Functions

 Nona (const SUGAR_TYPE &expr)
int size () const
STORAGE operator[] (int i) const

Private Attributes

iterator data
int n

Detailed Description

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

Definition at line 45 of file nona.h.


Member Typedef Documentation

template<int RTYPE, bool NA>
typedef Rcpp::Vector<RTYPE>::iterator Rcpp::sugar::Nona< RTYPE, NA, Rcpp::Vector< RTYPE > >::iterator

Definition at line 49 of file nona.h.

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

Definition at line 48 of file nona.h.

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

Definition at line 47 of file nona.h.


Constructor & Destructor Documentation

template<int RTYPE, bool NA>
Rcpp::sugar::Nona< RTYPE, NA, Rcpp::Vector< RTYPE > >::Nona ( const SUGAR_TYPE expr) [inline]

Definition at line 51 of file nona.h.


Member Function Documentation

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

Reimplemented from Rcpp::VectorBase< RTYPE, false, Nona< RTYPE, NA, Rcpp::Vector< RTYPE > > >.

Definition at line 53 of file nona.h.

References n.


Member Data Documentation

template<int RTYPE, bool NA>
iterator Rcpp::sugar::Nona< RTYPE, NA, Rcpp::Vector< RTYPE > >::data [private]

Definition at line 57 of file nona.h.

template<int RTYPE, bool NA>
int Rcpp::sugar::Nona< RTYPE, NA, Rcpp::Vector< RTYPE > >::n [private]

Definition at line 58 of file nona.h.


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