Rcpp Version 1.0.9
Rcpp::traits::ContainerExporter< ContainerTemplate, T > Class Template Reference

#include <export.h>

Public Types

typedef ContainerTemplate< T, std::allocator< T > > Container
 

Public Member Functions

 ContainerExporter (SEXP x)
 
 ~ContainerExporter ()
 
Container get ()
 

Static Public Attributes

static const int RTYPE = Rcpp::traits::r_sexptype_traits<T>::rtype
 

Private Attributes

SEXP object
 

Detailed Description

template<template< class, class > class ContainerTemplate, typename T>
class Rcpp::traits::ContainerExporter< ContainerTemplate, T >

Definition at line 41 of file export.h.

Member Typedef Documentation

◆ Container

template<template< class, class > class ContainerTemplate, typename T >
typedef ContainerTemplate<T, std::allocator<T> > Rcpp::traits::ContainerExporter< ContainerTemplate, T >::Container

Definition at line 43 of file export.h.

Constructor & Destructor Documentation

◆ ContainerExporter()

template<template< class, class > class ContainerTemplate, typename T >
Rcpp::traits::ContainerExporter< ContainerTemplate, T >::ContainerExporter ( SEXP  x)
inline

Definition at line 46 of file export.h.

◆ ~ContainerExporter()

template<template< class, class > class ContainerTemplate, typename T >
Rcpp::traits::ContainerExporter< ContainerTemplate, T >::~ContainerExporter ( )
inline

Definition at line 47 of file export.h.

Member Function Documentation

◆ get()

template<template< class, class > class ContainerTemplate, typename T >
Container Rcpp::traits::ContainerExporter< ContainerTemplate, T >::get ( )
inline

Member Data Documentation

◆ object

template<template< class, class > class ContainerTemplate, typename T >
SEXP Rcpp::traits::ContainerExporter< ContainerTemplate, T >::object
private

Definition at line 60 of file export.h.

◆ RTYPE

template<template< class, class > class ContainerTemplate, typename T >
const int Rcpp::traits::ContainerExporter< ContainerTemplate, T >::RTYPE = Rcpp::traits::r_sexptype_traits<T>::rtype
static

The documentation for this class was generated from the following file: