Rcpp Version 1.0.9
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 67 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 69 of file NamesProxy.h.

Member Function Documentation

◆ get()

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

◆ operator T()

template<typename CLASS >
template<typename T >
Rcpp::NamesProxyPolicy< CLASS >::const_NamesProxy::operator T

Definition at line 76 of file proxy.h.

References 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 74 of file NamesProxy.h.

Referenced by Rcpp::NamesProxyPolicy< CLASS >::const_NamesProxy::get().


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