Rcpp Version 1.0.9
|
Go to the source code of this file.
Classes | |
class | CppProperty_Getter_Setter< PROP > |
class | CppProperty_Getter< PROP > |
Functions | |
template<typename T > | |
self & | field (const char *name_, T Class::*ptr, const char *docstring=0) |
template<typename T > | |
self & | field_readonly (const char *name_, T Class::*ptr, const char *docstring=0) |
self& field | ( | const char * | name_, |
T Class::* | ptr, | ||
const char * | docstring = 0 |
||
) |
Definition at line 68 of file Module_Field.h.
Referenced by Rcpp::S4_CppConstructor< Class >::S4_CppConstructor(), Rcpp::S4_CppOverloadedMethods< Class >::S4_CppOverloadedMethods(), and Rcpp::S4_field< Class >::S4_field().
self& field_readonly | ( | const char * | name_, |
T Class::* | ptr, | ||
const char * | docstring = 0 |
||
) |
Definition at line 76 of file Module_Field.h.