Rcpp Version 1.0.9
CppProperty_GetMethod< Class, PROP > Class Template Reference

#include <Module_Property.h>

Inheritance diagram for CppProperty_GetMethod< Class, PROP >:
Collaboration diagram for CppProperty_GetMethod< Class, PROP >:

Public Types

typedef PROP(Class::* GetMethod) (void)
 
typedef CppProperty< Class > prop_class
 

Public Member Functions

 CppProperty_GetMethod (GetMethod getter_, const char *doc=0)
 
SEXP get (Class *object)
 
void set (Class *, SEXP)
 
bool is_readonly ()
 
std::string get_class ()
 

Private Attributes

GetMethod getter
 
std::string class_name
 

Detailed Description

template<typename Class, typename PROP>
class CppProperty_GetMethod< Class, PROP >

Definition at line 27 of file Module_Property.h.

Member Typedef Documentation

◆ GetMethod

template<typename Class , typename PROP >
typedef PROP(Class::* CppProperty_GetMethod< Class, PROP >::GetMethod) (void)

Definition at line 29 of file Module_Property.h.

◆ prop_class

template<typename Class , typename PROP >
typedef CppProperty<Class> CppProperty_GetMethod< Class, PROP >::prop_class

Definition at line 30 of file Module_Property.h.

Constructor & Destructor Documentation

◆ CppProperty_GetMethod()

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

Definition at line 32 of file Module_Property.h.

Member Function Documentation

◆ get()

template<typename Class , typename PROP >
SEXP CppProperty_GetMethod< Class, PROP >::get ( Class *  object)
inline

Definition at line 35 of file Module_Property.h.

References CppProperty_GetMethod< Class, PROP >::getter, and Rcpp::wrap().

Here is the call graph for this function:

◆ get_class()

template<typename Class , typename PROP >
std::string CppProperty_GetMethod< Class, PROP >::get_class ( )
inline

◆ is_readonly()

template<typename Class , typename PROP >
bool CppProperty_GetMethod< Class, PROP >::is_readonly ( )
inline

Definition at line 37 of file Module_Property.h.

◆ set()

template<typename Class , typename PROP >
void CppProperty_GetMethod< Class, PROP >::set ( Class *  ,
SEXP   
)
inline

Definition at line 36 of file Module_Property.h.

Member Data Documentation

◆ class_name

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

Definition at line 42 of file Module_Property.h.

Referenced by CppProperty_GetMethod< Class, PROP >::get_class().

◆ getter

template<typename Class , typename PROP >
GetMethod CppProperty_GetMethod< Class, PROP >::getter
private

Definition at line 41 of file Module_Property.h.

Referenced by CppProperty_GetMethod< Class, PROP >::get().


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