Rcpp Version 1.0.14
Loading...
Searching...
No Matches
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 42 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 44 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 49 of file named_object.h.

References Rcpp::Rcpp_PreciousPreserve().

Here is the call graph for this function:

◆ ~named_object()

Definition at line 53 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 57 of file named_object.h.

◆ object

Definition at line 58 of file named_object.h.

◆ token

Definition at line 60 of file named_object.h.


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