Rcpp Version 1.0.9
Rcpp::SlotProxyPolicy< CLASS > Class Template Reference

#include <SlotProxy.h>

Inheritance diagram for Rcpp::SlotProxyPolicy< CLASS >:

Classes

class  const_SlotProxy
 
class  SlotProxy
 

Public Member Functions

SlotProxy slot (const std::string &name)
 
const_SlotProxy slot (const std::string &name) const
 
bool hasSlot (const std::string &name) const
 

Detailed Description

template<typename CLASS>
class Rcpp::SlotProxyPolicy< CLASS >

Definition at line 24 of file SlotProxy.h.

Member Function Documentation

◆ hasSlot()

template<typename CLASS >
bool Rcpp::SlotProxyPolicy< CLASS >::hasSlot ( const std::string &  name) const
inline

Definition at line 94 of file SlotProxy.h.

◆ slot() [1/2]

template<typename CLASS >
SlotProxy Rcpp::SlotProxyPolicy< CLASS >::slot ( const std::string &  name)
inline

Definition at line 83 of file SlotProxy.h.

◆ slot() [2/2]

template<typename CLASS >
const_SlotProxy Rcpp::SlotProxyPolicy< CLASS >::slot ( const std::string &  name) const
inline

Definition at line 88 of file SlotProxy.h.


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