Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::NamesProxyPolicy< CLASS >::const_NamesProxy Class Reference

#include <NamesProxy.h>

Inheritance diagram for Rcpp::NamesProxyPolicy< CLASS >::const_NamesProxy:
Collaboration diagram for Rcpp::NamesProxyPolicy< CLASS >::const_NamesProxy:

Public Member Functions

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

Private Member Functions

SEXP get () const

Private Attributes

const CLASS & parent

Detailed Description

template<typename CLASS>
class Rcpp::NamesProxyPolicy< CLASS >::const_NamesProxy

Definition at line 58 of file NamesProxy.h.

Constructor & Destructor Documentation

◆ const_NamesProxy()

template<typename CLASS>
Rcpp::NamesProxyPolicy< CLASS >::const_NamesProxy::const_NamesProxy ( const CLASS & v)
inline

Definition at line 60 of file NamesProxy.h.

References parent.

Member Function Documentation

◆ get()

template<typename CLASS>
SEXP Rcpp::NamesProxyPolicy< CLASS >::const_NamesProxy::get ( ) const
inlineprivate

Definition at line 67 of file NamesProxy.h.

References parent, and RCPP_GET_NAMES.

◆ operator T()

template<typename CLASS>
template<typename T>
Rcpp::NamesProxyPolicy< CLASS >::const_NamesProxy::operator T ( ) const

Definition at line 76 of file proxy.h.

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

Here is the call graph for this function:

Member Data Documentation

◆ parent

template<typename CLASS>
const CLASS& Rcpp::NamesProxyPolicy< CLASS >::const_NamesProxy::parent
private

Definition at line 65 of file NamesProxy.h.

Referenced by const_NamesProxy(), and get().


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