Rcpp Version 1.0.9
Rcpp::NamesProxyPolicy< CLASS >::NamesProxy Class Reference

#include <NamesProxy.h>

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

Public Member Functions

 NamesProxy (CLASS &v)
 
NamesProxyoperator= (const NamesProxy &rhs)
 
template<typename T >
NamesProxyoperator= (const T &rhs)
 
template<typename T >
 operator T () const
 
template<typename T >
NamesProxyPolicy< CLASS >::NamesProxyoperator= (const T &rhs)
 
- Public Member Functions inherited from Rcpp::GenericProxy< NamesProxy >
SEXP get () const
 

Private Member Functions

SEXP get () const
 
void set (SEXP x)
 

Private Attributes

CLASS & parent
 

Detailed Description

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

Definition at line 27 of file NamesProxy.h.

Constructor & Destructor Documentation

◆ NamesProxy()

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

Definition at line 29 of file NamesProxy.h.

Member Function Documentation

◆ get()

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

◆ operator T()

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

Definition at line 70 of file proxy.h.

◆ operator=() [1/3]

template<typename CLASS >
NamesProxy& Rcpp::NamesProxyPolicy< CLASS >::NamesProxy::operator= ( const NamesProxy rhs)
inline

Definition at line 32 of file NamesProxy.h.

References Rcpp::NamesProxyPolicy< CLASS >::NamesProxy::get(), and Rcpp::NamesProxyPolicy< CLASS >::NamesProxy::set().

Here is the call graph for this function:

◆ operator=() [2/3]

template<typename CLASS >
template<typename T >
NamesProxyPolicy<CLASS>::NamesProxy& Rcpp::NamesProxyPolicy< CLASS >::NamesProxy::operator= ( const T &  rhs)

Definition at line 63 of file proxy.h.

References Rcpp::wrap().

Here is the call graph for this function:

◆ operator=() [3/3]

template<typename CLASS >
template<typename T >
NamesProxy& Rcpp::NamesProxyPolicy< CLASS >::NamesProxy::operator= ( const T &  rhs)

◆ set()

template<typename CLASS >
void Rcpp::NamesProxyPolicy< CLASS >::NamesProxy::set ( SEXP  x)
inlineprivate

Definition at line 49 of file NamesProxy.h.

References Rcpp::NamesProxyPolicy< CLASS >::NamesProxy::parent, and Rcpp::Rcpp_fast_eval().

Referenced by Rcpp::NamesProxyPolicy< CLASS >::NamesProxy::operator=().

Here is the call graph for this function:

Member Data Documentation

◆ parent

template<typename CLASS >
CLASS& Rcpp::NamesProxyPolicy< CLASS >::NamesProxy::parent
private

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