Rcpp Version 0.9.10
Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T > Class Template Reference

#include <row.h>

Inheritance diagram for Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >:
Collaboration diagram for Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >:

List of all members.

Public Types

typedef Rcpp::MatrixBase
< RTYPE, LHS_NA, LHS_T > 
LHS_TYPE

Public Member Functions

 Row (const LHS_TYPE &lhs)
int operator() (int i, int j) const
int size () const
int nrow () const
int ncol () const

Private Attributes

int nr
int nc

Detailed Description

template<int RTYPE, bool LHS_NA, typename LHS_T>
class Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >

Definition at line 29 of file row.h.


Member Typedef Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T >
typedef Rcpp::MatrixBase<RTYPE,LHS_NA,LHS_T> Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::LHS_TYPE

Definition at line 35 of file row.h.


Constructor & Destructor Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T >
Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::Row ( const LHS_TYPE lhs) [inline]

Definition at line 37 of file row.h.


Member Function Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T >
int Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::ncol ( ) const [inline]
template<int RTYPE, bool LHS_NA, typename LHS_T >
int Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nrow ( ) const [inline]
template<int RTYPE, bool LHS_NA, typename LHS_T >
int Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::operator() ( int  i,
int  j 
) const [inline]

Reimplemented from Rcpp::MatrixBase< INTSXP, false, Row< RTYPE, LHS_NA, LHS_T > >.

Definition at line 39 of file row.h.

template<int RTYPE, bool LHS_NA, typename LHS_T >
int Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::size ( ) const [inline]

Member Data Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T >
int Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nc [private]
template<int RTYPE, bool LHS_NA, typename LHS_T >
int Rcpp::sugar::Row< RTYPE, LHS_NA, LHS_T >::nr [private]

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