Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::ProtectedProxyPolicy< XPtrClass >::const_ProtectedProxy Class Reference

#include <ProtectedProxy.h>

Inheritance diagram for Rcpp::ProtectedProxyPolicy< XPtrClass >::const_ProtectedProxy:
Collaboration diagram for Rcpp::ProtectedProxyPolicy< XPtrClass >::const_ProtectedProxy:

Public Member Functions

 const_ProtectedProxy (const XPtrClass &xp_)
template<typename U>
 operator U () const
 operator SEXP () const
Public Member Functions inherited from Rcpp::GenericProxy< const_ProtectedProxy >
SEXP get () const

Private Member Functions

SEXP get () const

Private Attributes

const XPtrClass & xp

Detailed Description

template<class XPtrClass>
class Rcpp::ProtectedProxyPolicy< XPtrClass >::const_ProtectedProxy

Definition at line 61 of file ProtectedProxy.h.

Constructor & Destructor Documentation

◆ const_ProtectedProxy()

template<class XPtrClass>
Rcpp::ProtectedProxyPolicy< XPtrClass >::const_ProtectedProxy::const_ProtectedProxy ( const XPtrClass & xp_)
inline

Definition at line 63 of file ProtectedProxy.h.

References xp.

Member Function Documentation

◆ get()

template<class XPtrClass>
SEXP Rcpp::ProtectedProxyPolicy< XPtrClass >::const_ProtectedProxy::get ( ) const
inlineprivate

Definition at line 77 of file ProtectedProxy.h.

References xp.

Referenced by operator SEXP(), and operator U().

◆ operator SEXP()

template<class XPtrClass>
Rcpp::ProtectedProxyPolicy< XPtrClass >::const_ProtectedProxy::operator SEXP ( ) const
inline

Definition at line 70 of file ProtectedProxy.h.

References get().

Here is the call graph for this function:

◆ operator U()

template<class XPtrClass>
template<typename U>
Rcpp::ProtectedProxyPolicy< XPtrClass >::const_ProtectedProxy::operator U ( ) const
inline

Definition at line 66 of file ProtectedProxy.h.

References Rcpp::as(), and get().

Here is the call graph for this function:

Member Data Documentation

◆ xp

template<class XPtrClass>
const XPtrClass& Rcpp::ProtectedProxyPolicy< XPtrClass >::const_ProtectedProxy::xp
private

Definition at line 75 of file ProtectedProxy.h.

Referenced by const_ProtectedProxy(), and get().


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