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

#include <Module.h>

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

Public Types

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

Public Member Functions

 CppProperty_GetConstMethod_SetPointer (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_SetPointer< Class, PROP >

Definition at line 171 of file Module.h.

Member Typedef Documentation

◆ GetMethod

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

Definition at line 173 of file Module.h.

◆ prop_class

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

Definition at line 175 of file Module.h.

◆ SetMethod

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

Definition at line 174 of file Module.h.

Constructor & Destructor Documentation

◆ CppProperty_GetConstMethod_SetPointer()

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

Definition at line 177 of file Module.h.

Member Function Documentation

◆ get()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 180 of file Module.h.

◆ get_class()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 187 of file Module.h.

◆ is_readonly()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 186 of file Module.h.

◆ set()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 183 of file Module.h.

References Rcpp::get_return_type().

Here is the call graph for this function:

Member Data Documentation

◆ class_name

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

Definition at line 192 of file Module.h.

◆ getter

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

Definition at line 190 of file Module.h.

◆ setter

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

Definition at line 191 of file Module.h.


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