Rcpp Version 1.0.9
|
#include <named_object.h>
Public Member Functions | |
named_object (const std::string &name_, const T &o_) | |
Public Attributes | |
const std::string & | name |
const T & | object |
Definition at line 33 of file named_object.h.
|
inline |
Definition at line 35 of file named_object.h.
const std::string& Rcpp::traits::named_object< T >::name |
Definition at line 37 of file named_object.h.
Referenced by Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator=().
const T& Rcpp::traits::named_object< T >::object |
Definition at line 38 of file named_object.h.
Referenced by Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator=().