Rcpp Version 1.0.9
Rcpp::no_init_vector Class Reference

#include <no_init.h>

Public Member Functions

 no_init_vector (R_xlen_t size_)
 
R_xlen_t get () const
 
template<int RTYPE, template< class > class StoragePolicy>
 operator Vector< RTYPE, StoragePolicy > () const
 

Private Attributes

R_xlen_t size
 

Detailed Description

Definition at line 30 of file no_init.h.

Constructor & Destructor Documentation

◆ no_init_vector()

Rcpp::no_init_vector::no_init_vector ( R_xlen_t  size_)
inline

Definition at line 32 of file no_init.h.

Member Function Documentation

◆ get()

R_xlen_t Rcpp::no_init_vector::get ( ) const
inline

Definition at line 34 of file no_init.h.

References size.

Referenced by Rcpp::Vector< RTYPE, StoragePolicy >::Vector().

◆ operator Vector< RTYPE, StoragePolicy >()

template<int RTYPE, template< class > class StoragePolicy>
Rcpp::no_init_vector::operator Vector< RTYPE, StoragePolicy > ( ) const
inline

Definition at line 39 of file no_init.h.

References size.

Member Data Documentation

◆ size

R_xlen_t Rcpp::no_init_vector::size
private

Definition at line 48 of file no_init.h.

Referenced by get(), and operator Vector< RTYPE, StoragePolicy >().


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