Rcpp Version 0.9.10
SugarBlock_1.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rcpp::sugar::SugarBlock_1< NA, OUT, U1, T1 >

Namespaces

namespace  Rcpp
 

Rcpp API.


namespace  Rcpp::sugar

Defines

#define SB1_T   VectorBase<REALSXP,NA,T>
#define SUGAR_BLOCK_1(__NAME__, __SYMBOL__)

Define Documentation

#define SB1_T   VectorBase<REALSXP,NA,T>

Definition at line 47 of file SugarBlock_1.h.

#define SUGAR_BLOCK_1 (   __NAME__,
  __SYMBOL__ 
)
Value:
namespace Rcpp{                                                                       \
    template <bool NA, typename T>                                                        \
    inline sugar::SugarBlock_1<NA,double,double,SB1_T >                                   \
    __NAME__(                                                                             \
        const SB1_T& t                                                                    \
    ){                                                                                    \
        return sugar::SugarBlock_1<NA,double,double,SB1_T >(                              \
                __SYMBOL__ , t                                                            \
        ) ;                                                                               \
    }                                                                                     \
}

Definition at line 49 of file SugarBlock_1.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines