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

#include <sign.h>

Inheritance diagram for Rcpp::sugar::Sign< RTYPE, NA, T >:
Collaboration diagram for Rcpp::sugar::Sign< 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

Public Member Functions

 Sign (const VEC_TYPE &object_)
int operator[] (int i) const
int size () const

Private Attributes

const VEC_TYPEobject

Detailed Description

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

Definition at line 48 of file sign.h.


Member Typedef Documentation

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

Definition at line 51 of file sign.h.

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

Definition at line 50 of file sign.h.


Constructor & Destructor Documentation

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

Definition at line 53 of file sign.h.


Member Function Documentation

template<int RTYPE, bool NA, typename T >
int Rcpp::sugar::Sign< RTYPE, NA, T >::operator[] ( int  i) const [inline]

Reimplemented from Rcpp::VectorBase< INTSXP, NA, Sign< RTYPE, NA, T > >.

Definition at line 55 of file sign.h.

template<int RTYPE, bool NA, typename T >
int Rcpp::sugar::Sign< RTYPE, NA, T >::size ( ) const [inline]

Reimplemented from Rcpp::VectorBase< INTSXP, NA, Sign< RTYPE, NA, T > >.

Definition at line 58 of file sign.h.


Member Data Documentation

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

Definition at line 61 of file sign.h.


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