Rcpp Version 1.1.2
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 name, object, Rcpp::Rcpp_PreciousPreserve(), and token.

Referenced by named_object().

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 name, named_object(), object, Rcpp::Rcpp_PreciousPreserve(), and token.

Here is the call graph for this function:

◆ ~named_object()

Definition at line 53 of file named_object.h.

References Rcpp::Rcpp_PreciousRelease(), and token.

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.

Referenced by named_object(), and named_object().

◆ object

SEXP Rcpp::traits::named_object< SEXP >::object

Definition at line 58 of file named_object.h.

Referenced by named_object(), and named_object().

◆ token

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

Definition at line 60 of file named_object.h.

Referenced by named_object(), named_object(), and ~named_object().


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