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

#include <Module.h>

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

Public Types

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

Public Member Functions

 CppProperty_GetConstMethod_SetMethod (GetMethod getter_, SetMethod setter_, const char *doc=0)
SEXP get (Class *object)
void set (Class *object, SEXP value)
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
SetMethod setter
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_SetMethod< Class, PROP >

Definition at line 116 of file Module.h.

Member Typedef Documentation

◆ GetMethod

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

Definition at line 118 of file Module.h.

◆ prop_class

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

Definition at line 120 of file Module.h.

◆ SetMethod

template<typename Class, typename PROP>
typedef void(Class::* Rcpp::CppProperty_GetConstMethod_SetMethod< Class, PROP >::SetMethod) (PROP)

Definition at line 119 of file Module.h.

Constructor & Destructor Documentation

◆ CppProperty_GetConstMethod_SetMethod()

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

Definition at line 122 of file Module.h.

Member Function Documentation

◆ get()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 125 of file Module.h.

◆ get_class()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 132 of file Module.h.

◆ is_readonly()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 131 of file Module.h.

◆ set()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 128 of file Module.h.

Member Data Documentation

◆ class_name

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

Definition at line 137 of file Module.h.

◆ getter

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

Definition at line 135 of file Module.h.

◆ setter

template<typename Class, typename PROP>
SetMethod Rcpp::CppProperty_GetConstMethod_SetMethod< Class, PROP >::setter
private

Definition at line 136 of file Module.h.


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