Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::CppProperty_GetConstMethod< Class, PROP > Class Template Reference

#include <Module.h>

Inheritance diagram for Rcpp::CppProperty_GetConstMethod< Class, PROP >:
Collaboration diagram for Rcpp::CppProperty_GetConstMethod< Class, PROP >:

Public Types

typedef PROP(Class::* GetMethod) (void) const
typedef CppProperty< Class > prop_class
Public Types inherited from Rcpp::CppProperty< Class >
typedef Rcpp::XPtr< Class > XP

Public Member Functions

 CppProperty_GetConstMethod (GetMethod getter_, const char *doc=0)
SEXP get (Class *object)
void set (Class *, SEXP)
bool is_readonly ()
std::string get_class ()
Public Member Functions inherited from Rcpp::CppProperty< Class >
 CppProperty (const char *doc=0)
virtual ~CppProperty ()

Private Attributes

GetMethod getter
std::string class_name

Additional Inherited Members

Public Attributes inherited from Rcpp::CppProperty< Class >
std::string docstring

Detailed Description

template<typename Class, typename PROP>
class Rcpp::CppProperty_GetConstMethod< Class, PROP >

Definition at line 49 of file Module.h.

Member Typedef Documentation

◆ GetMethod

template<typename Class, typename PROP>
typedef PROP(Class::* Rcpp::CppProperty_GetConstMethod< Class, PROP >::GetMethod) (void) const

Definition at line 51 of file Module.h.

◆ prop_class

template<typename Class, typename PROP>
typedef CppProperty<Class> Rcpp::CppProperty_GetConstMethod< Class, PROP >::prop_class

Definition at line 52 of file Module.h.

Constructor & Destructor Documentation

◆ CppProperty_GetConstMethod()

template<typename Class, typename PROP>
Rcpp::CppProperty_GetConstMethod< Class, PROP >::CppProperty_GetConstMethod ( GetMethod getter_,
const char * doc = 0 )
inline

Definition at line 54 of file Module.h.

Member Function Documentation

◆ get()

template<typename Class, typename PROP>
SEXP Rcpp::CppProperty_GetConstMethod< Class, PROP >::get ( Class * object)
inlinevirtual

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 57 of file Module.h.

◆ get_class()

template<typename Class, typename PROP>
std::string Rcpp::CppProperty_GetConstMethod< Class, PROP >::get_class ( )
inlinevirtual

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 60 of file Module.h.

◆ is_readonly()

template<typename Class, typename PROP>
bool Rcpp::CppProperty_GetConstMethod< Class, PROP >::is_readonly ( )
inlinevirtual

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 59 of file Module.h.

References Rcpp::result< T >::ptr.

◆ set()

template<typename Class, typename PROP>
void Rcpp::CppProperty_GetConstMethod< Class, PROP >::set ( Class * ,
SEXP  )
inlinevirtual

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 58 of file Module.h.

Member Data Documentation

◆ class_name

template<typename Class, typename PROP>
std::string Rcpp::CppProperty_GetConstMethod< Class, PROP >::class_name
private

Definition at line 64 of file Module.h.

◆ getter

template<typename Class, typename PROP>
GetMethod Rcpp::CppProperty_GetConstMethod< Class, PROP >::getter
private

Definition at line 63 of file Module.h.


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