Rcpp Version 1.0.9
instantiation.h
Go to the documentation of this file.
1 // -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
2 //
3 // instantiation.h: Rcpp R/C++ interface class library --
4 //
5 // Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois
6 //
7 // This file is part of Rcpp.
8 //
9 // Rcpp is free software: you can redistribute it and/or modify it
10 // under the terms of the GNU General Public License as published by
11 // the Free Software Foundation, either version 2 of the License, or
12 // (at your option) any later version.
13 //
14 // Rcpp is distributed in the hope that it will be useful, but
15 // WITHOUT ANY WARRANTY; without even the implied warranty of
16 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 // GNU General Public License for more details.
18 //
19 // You should have received a copy of the GNU General Public License
20 // along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
21 
22 #ifndef Rcpp__vector__instantiation_h
23 #define Rcpp__vector__instantiation_h
24 
25 namespace Rcpp{
26 
33 
37  typedef Vector<VECSXP> List ;
39 
45 
51 
52 }
53 
54 #endif
Rcpp API.
Definition: algo.h:28
Vector< REALSXP > NumericVector
Definition: instantiation.h:30
Matrix< EXPRSXP > ExpressionMatrix
Definition: instantiation.h:50
Vector< STRSXP > StringVector
Definition: instantiation.h:35
Matrix< VECSXP > ListMatrix
Definition: instantiation.h:49
Vector< STRSXP > CharacterVector
Definition: instantiation.h:34
Vector< LGLSXP > LogicalVector
Definition: instantiation.h:29
Matrix< CPLXSXP > ComplexMatrix
Definition: instantiation.h:40
Matrix< LGLSXP > LogicalMatrix
Definition: instantiation.h:42
Vector< EXPRSXP > ExpressionVector
Definition: instantiation.h:38
Matrix< INTSXP > IntegerMatrix
Definition: instantiation.h:41
Vector< INTSXP > IntegerVector
Definition: instantiation.h:28
Vector< RAWSXP > RawVector
Definition: instantiation.h:32
Vector< CPLXSXP > ComplexVector
Definition: instantiation.h:27
Matrix< STRSXP > CharacterMatrix
Definition: instantiation.h:46
Vector< VECSXP > List
Definition: instantiation.h:37
Vector< VECSXP > GenericVector
Definition: instantiation.h:36
Matrix< STRSXP > StringMatrix
Definition: instantiation.h:47
Matrix< VECSXP > GenericMatrix
Definition: instantiation.h:48
Matrix< REALSXP > NumericMatrix
Definition: instantiation.h:43
Matrix< RAWSXP > RawMatrix
Definition: instantiation.h:44
Vector< REALSXP > DoubleVector
Definition: instantiation.h:31