Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::DottedPairProxyPolicy< CLASS >::const_DottedPairProxy Class Reference

#include <DottedPairProxy.h>

Inheritance diagram for Rcpp::DottedPairProxyPolicy< CLASS >::const_DottedPairProxy:
Collaboration diagram for Rcpp::DottedPairProxyPolicy< CLASS >::const_DottedPairProxy:

Public Member Functions

 const_DottedPairProxy (const CLASS &v, int index_)
template<typename T>
 operator T () const
SEXP get () const
 operator SEXP () const
Public Member Functions inherited from Rcpp::GenericProxy< const_DottedPairProxy >
SEXP get () const

Private Attributes

SEXP node

Detailed Description

template<typename CLASS>
class Rcpp::DottedPairProxyPolicy< CLASS >::const_DottedPairProxy

Definition at line 77 of file DottedPairProxy.h.

Constructor & Destructor Documentation

◆ const_DottedPairProxy()

template<typename CLASS>
Rcpp::DottedPairProxyPolicy< CLASS >::const_DottedPairProxy::const_DottedPairProxy ( const CLASS & v,
int index_ )
inline

Definition at line 79 of file DottedPairProxy.h.

References node.

Member Function Documentation

◆ get()

template<typename CLASS>
SEXP Rcpp::DottedPairProxyPolicy< CLASS >::const_DottedPairProxy::get ( ) const
inline

Definition at line 93 of file DottedPairProxy.h.

References node.

Referenced by operator SEXP().

◆ operator SEXP()

template<typename CLASS>
Rcpp::DottedPairProxyPolicy< CLASS >::const_DottedPairProxy::operator SEXP ( ) const
inline

Definition at line 96 of file DottedPairProxy.h.

References get().

Here is the call graph for this function:

◆ operator T()

template<typename CLASS>
template<typename T>
Rcpp::DottedPairProxyPolicy< CLASS >::const_DottedPairProxy::operator T ( ) const

Definition at line 171 of file proxy.h.

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

Here is the call graph for this function:

Member Data Documentation

◆ node

template<typename CLASS>
SEXP Rcpp::DottedPairProxyPolicy< CLASS >::const_DottedPairProxy::node
private

Definition at line 101 of file DottedPairProxy.h.

Referenced by const_DottedPairProxy(), and get().


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