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

#include <AttributeProxy.h>

Inheritance diagram for Rcpp::AttributeProxyPolicy< CLASS >:

Classes

class  AttributeProxy
 
class  const_AttributeProxy
 

Public Member Functions

AttributeProxy attr (const std::string &name)
 
const_AttributeProxy attr (const std::string &name) const
 
std::vector< std::string > attributeNames () const
 
bool hasAttribute (const std::string &attr) const
 

Detailed Description

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

Definition at line 24 of file AttributeProxy.h.

Member Function Documentation

◆ attr() [1/2]

◆ attr() [2/2]

template<typename CLASS >
const_AttributeProxy Rcpp::AttributeProxyPolicy< CLASS >::attr ( const std::string &  name) const
inline

Definition at line 76 of file AttributeProxy.h.

◆ attributeNames()

template<typename CLASS >
std::vector<std::string> Rcpp::AttributeProxyPolicy< CLASS >::attributeNames ( ) const
inline

Definition at line 80 of file AttributeProxy.h.

◆ hasAttribute()

template<typename CLASS >
bool Rcpp::AttributeProxyPolicy< CLASS >::hasAttribute ( const std::string &  attr) const
inline

Definition at line 90 of file AttributeProxy.h.

References Rcpp::AttributeProxyPolicy< CLASS >::attr().

Here is the call graph for this function:

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