|
Rcpp Version 0.9.10
|

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.
| self& field_readonly | ( | const char * | name_, |
| T Class::* | ptr, | ||
| const char * | docstring = 0 |
||
| ) |
Definition at line 76 of file Module_Field.h.