Rcpp Version 1.1.2
Loading...
Searching...
No Matches
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 28 of file NamesProxy.h.

Constructor & Destructor Documentation

◆ NamesProxy()

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

Definition at line 30 of file NamesProxy.h.

References parent.

Referenced by operator=(), and operator=().

Member Function Documentation

◆ get()

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

Definition at line 46 of file NamesProxy.h.

References parent, and RCPP_GET_NAMES.

Referenced by operator=().

◆ operator T()

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

Definition at line 70 of file proxy.h.

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

Here is the call graph for this function:

◆ operator=() [1/3]

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

Definition at line 33 of file NamesProxy.h.

References get(), NamesProxy(), and 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 set(), and 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)

References NamesProxy().

Here is the call graph for this function:

◆ set()

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

Definition at line 50 of file NamesProxy.h.

References parent.

Referenced by operator=(), and operator=().

Member Data Documentation

◆ parent

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

Definition at line 44 of file NamesProxy.h.

Referenced by get(), NamesProxy(), and set().


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