Rcpp Version 1.0.9
Rcpp::AttributeProxyPolicy< CLASS >::const_AttributeProxy Class Reference

#include <AttributeProxy.h>

Inheritance diagram for Rcpp::AttributeProxyPolicy< CLASS >::const_AttributeProxy:
Collaboration diagram for Rcpp::AttributeProxyPolicy< CLASS >::const_AttributeProxy:

Public Member Functions

 const_AttributeProxy (const CLASS &v, const std::string &name)
 
template<typename T >
 operator T () const
 
 operator SEXP () const
 
- Public Member Functions inherited from Rcpp::GenericProxy< const_AttributeProxy >
SEXP get () const
 

Private Member Functions

SEXP get () const
 

Private Attributes

const CLASS & parent
 
SEXP attr_name
 

Detailed Description

template<typename CLASS>
class Rcpp::AttributeProxyPolicy< CLASS >::const_AttributeProxy

Definition at line 56 of file AttributeProxy.h.

Constructor & Destructor Documentation

◆ const_AttributeProxy()

template<typename CLASS >
Rcpp::AttributeProxyPolicy< CLASS >::const_AttributeProxy::const_AttributeProxy ( const CLASS &  v,
const std::string &  name 
)
inline

Definition at line 58 of file AttributeProxy.h.

Member Function Documentation

◆ get()

template<typename CLASS >
SEXP Rcpp::AttributeProxyPolicy< CLASS >::const_AttributeProxy::get ( ) const
inlineprivate

◆ operator SEXP()

template<typename CLASS >
Rcpp::AttributeProxyPolicy< CLASS >::const_AttributeProxy::operator SEXP
inline

Definition at line 55 of file proxy.h.

References Rcpp::get().

Here is the call graph for this function:

◆ operator T()

template<typename CLASS >
template<typename T >
Rcpp::AttributeProxyPolicy< CLASS >::const_AttributeProxy::operator T

Definition at line 50 of file proxy.h.

References Rcpp::get().

Here is the call graph for this function:

Member Data Documentation

◆ attr_name

template<typename CLASS >
SEXP Rcpp::AttributeProxyPolicy< CLASS >::const_AttributeProxy::attr_name
private

◆ parent

template<typename CLASS >
const CLASS& Rcpp::AttributeProxyPolicy< CLASS >::const_AttributeProxy::parent
private

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