Rcpp Version 0.9.10
CppProperty_GetConstMethod< Class, PROP > Class Template Reference

#include <Module_Property.h>

List of all members.

Public Types

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

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 ()

Private Attributes

GetMethod getter
std::string class_name

Detailed Description

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

Definition at line 48 of file Module_Property.h.


Member Typedef Documentation

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

Definition at line 50 of file Module_Property.h.

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

Definition at line 51 of file Module_Property.h.


Constructor & Destructor Documentation

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

Definition at line 53 of file Module_Property.h.


Member Function Documentation

template<typename Class , typename PROP >
SEXP CppProperty_GetConstMethod< Class, PROP >::get ( Class *  object) [inline]

Definition at line 56 of file Module_Property.h.

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

Here is the call graph for this function:

template<typename Class , typename PROP >
std::string CppProperty_GetConstMethod< Class, PROP >::get_class ( ) [inline]
template<typename Class , typename PROP >
bool CppProperty_GetConstMethod< Class, PROP >::is_readonly ( ) [inline]

Definition at line 58 of file Module_Property.h.

template<typename Class , typename PROP >
void CppProperty_GetConstMethod< Class, PROP >::set ( Class *  ,
SEXP   
) [inline]

Definition at line 57 of file Module_Property.h.


Member Data Documentation

template<typename Class , typename PROP >
std::string CppProperty_GetConstMethod< Class, PROP >::class_name [private]
template<typename Class , typename PROP >
GetMethod CppProperty_GetConstMethod< Class, PROP >::getter [private]

Definition at line 62 of file Module_Property.h.

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


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines