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

#include <Module.h>

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

Public Types

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

Public Member Functions

 CppProperty_GetPointerMethod (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_GetPointerMethod< Class, PROP >

Definition at line 71 of file Module.h.

Member Typedef Documentation

◆ GetMethod

template<typename Class, typename PROP>
typedef PROP(* Rcpp::CppProperty_GetPointerMethod< Class, PROP >::GetMethod) (Class *)

Definition at line 73 of file Module.h.

◆ prop_class

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

Definition at line 74 of file Module.h.

Constructor & Destructor Documentation

◆ CppProperty_GetPointerMethod()

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

Definition at line 76 of file Module.h.

Member Function Documentation

◆ get()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 79 of file Module.h.

◆ get_class()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 82 of file Module.h.

◆ is_readonly()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 81 of file Module.h.

◆ set()

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

Reimplemented from Rcpp::CppProperty< Class >.

Definition at line 80 of file Module.h.

Member Data Documentation

◆ class_name

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

Definition at line 86 of file Module.h.

◆ getter

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

Definition at line 85 of file Module.h.


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