Rcpp Version 1.0.9
Rcpp::traits::named_object< SEXP > Class Reference

#include <named_object.h>

Public Member Functions

 named_object (const std::string &name_, const SEXP &o_)
 
 named_object (const named_object< SEXP > &other)
 
 ~named_object ()
 

Public Attributes

const std::string & name
 
SEXP object
 

Private Attributes

SEXP token
 

Detailed Description

Definition at line 40 of file named_object.h.

Constructor & Destructor Documentation

◆ named_object() [1/2]

Rcpp::traits::named_object< SEXP >::named_object ( const std::string &  name_,
const SEXP &  o_ 
)
inline

Definition at line 42 of file named_object.h.

References Rcpp::Rcpp_PreciousPreserve().

Here is the call graph for this function:

◆ named_object() [2/2]

Rcpp::traits::named_object< SEXP >::named_object ( const named_object< SEXP > &  other)
inline

Definition at line 47 of file named_object.h.

References Rcpp::Rcpp_PreciousPreserve().

Here is the call graph for this function:

◆ ~named_object()

Definition at line 51 of file named_object.h.

References Rcpp::Rcpp_PreciousRelease().

Here is the call graph for this function:

Member Data Documentation

◆ name

const std::string& Rcpp::traits::named_object< SEXP >::name

Definition at line 55 of file named_object.h.

◆ object

Definition at line 56 of file named_object.h.

◆ token

SEXP Rcpp::traits::named_object< SEXP >::token
private

Definition at line 58 of file named_object.h.


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