Rcpp Version 1.0.9
Module_Field.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ field()

template<typename T >
self& field ( const char *  name_,
T Class::*  ptr,
const char *  docstring = 0 
)

◆ field_readonly()

template<typename T >
self& field_readonly ( const char *  name_,
T Class::*  ptr,
const char *  docstring = 0 
)

Definition at line 76 of file Module_Field.h.