Rcpp Version 1.0.9
Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy Class Reference

#include <DottedPairProxy.h>

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

Public Member Functions

 DottedPairProxy (CLASS &v, int index_)
 
DottedPairProxyoperator= (const DottedPairProxy &rhs)
 
DottedPairProxyoperator= (SEXP rhs)
 
template<typename T >
DottedPairProxyoperator= (const T &rhs)
 
template<typename T >
DottedPairProxyoperator= (const traits::named_object< T > &rhs)
 
template<typename T >
 operator T () const
 
SEXP get () const
 
 operator SEXP () const
 
DottedPairProxyset (SEXP x)
 
DottedPairProxyset (SEXP x, const char *name)
 
template<typename T >
DottedPairProxyPolicy< CLASS >::DottedPairProxyoperator= (const T &rhs)
 
template<typename T >
DottedPairProxyPolicy< CLASS >::DottedPairProxyoperator= (const traits::named_object< T > &rhs)
 
- Public Member Functions inherited from Rcpp::GenericProxy< DottedPairProxy >
SEXP get () const
 

Private Attributes

SEXP node
 

Detailed Description

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

Definition at line 27 of file DottedPairProxy.h.

Constructor & Destructor Documentation

◆ DottedPairProxy()

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

Member Function Documentation

◆ get()

◆ operator SEXP()

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

Definition at line 59 of file DottedPairProxy.h.

References Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::get().

Here is the call graph for this function:

◆ operator T()

template<typename CLASS >
template<typename T >
Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator T

Definition at line 165 of file proxy.h.

References Rcpp::get().

Here is the call graph for this function:

◆ operator=() [1/6]

template<typename CLASS >
DottedPairProxy& Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator= ( const DottedPairProxy rhs)
inline

◆ operator=() [2/6]

template<typename CLASS >
template<typename T >
DottedPairProxyPolicy<CLASS>::DottedPairProxy& Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator= ( const T &  rhs)

Definition at line 151 of file proxy.h.

References Rcpp::wrap().

Here is the call graph for this function:

◆ operator=() [3/6]

template<typename CLASS >
template<typename T >
DottedPairProxy& Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator= ( const T &  rhs)

◆ operator=() [4/6]

template<typename CLASS >
template<typename T >
DottedPairProxyPolicy<CLASS>::DottedPairProxy& Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator= ( const traits::named_object< T > &  rhs)

Definition at line 159 of file proxy.h.

References Rcpp::traits::named_object< T >::name, Rcpp::traits::named_object< T >::object, and Rcpp::wrap().

Here is the call graph for this function:

◆ operator=() [5/6]

template<typename CLASS >
template<typename T >
DottedPairProxy& Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator= ( const traits::named_object< T > &  rhs)

◆ operator=() [6/6]

template<typename CLASS >
DottedPairProxy& Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::operator= ( SEXP  rhs)
inline

Definition at line 44 of file DottedPairProxy.h.

References Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::set().

Here is the call graph for this function:

◆ set() [1/2]

template<typename CLASS >
DottedPairProxy& Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::set ( SEXP  x)
inline

◆ set() [2/2]

template<typename CLASS >
DottedPairProxy& Rcpp::DottedPairProxyPolicy< CLASS >::DottedPairProxy::set ( SEXP  x,
const char *  name 
)
inline

Member Data Documentation

◆ node


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