|
Rcpp Version 1.1.2
|
#include <Module.h>

Public Types | |
| typedef Rcpp::XPtr< Class > | XP |
Public Member Functions | |
| CppProperty (const char *doc=0) | |
| virtual | ~CppProperty () |
| virtual SEXP | get (Class *) |
| virtual void | set (Class *, SEXP) |
| virtual bool | is_readonly () |
| virtual std::string | get_class () |
Public Attributes | |
| std::string | docstring |
| typedef Rcpp::XPtr<Class> Rcpp::CppProperty< Class >::XP |
|
inline |
Definition at line 440 of file Module.h.
References docstring.
Referenced by Rcpp::CppInheritedProperty< Class, Parent >::CppInheritedProperty(), Rcpp::class_< Class >::fields(), and Rcpp::class_< Class >::getProperty().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in Rcpp::class_< Class >::CppProperty_Getter< PROP >, Rcpp::class_< Class >::CppProperty_Getter_Setter< PROP >, Rcpp::CppInheritedProperty< Class, Parent >, Rcpp::CppProperty_GetConstMethod< Class, PROP >, Rcpp::CppProperty_GetConstMethod_SetMethod< Class, PROP >, Rcpp::CppProperty_GetConstMethod_SetPointer< Class, PROP >, Rcpp::CppProperty_GetMethod< Class, PROP >, Rcpp::CppProperty_GetMethod_SetMethod< Class, PROP >, Rcpp::CppProperty_GetMethod_SetPointer< Class, PROP >, Rcpp::CppProperty_GetPointer_SetMethod< Class, PROP >, Rcpp::CppProperty_GetPointer_SetPointer< Class, PROP >, and Rcpp::CppProperty_GetPointerMethod< Class, PROP >.
|
inlinevirtual |
Reimplemented in Rcpp::class_< Class >::CppProperty_Getter< PROP >, Rcpp::class_< Class >::CppProperty_Getter_Setter< PROP >, Rcpp::CppInheritedProperty< Class, Parent >, Rcpp::CppProperty_GetConstMethod< Class, PROP >, Rcpp::CppProperty_GetConstMethod_SetMethod< Class, PROP >, Rcpp::CppProperty_GetConstMethod_SetPointer< Class, PROP >, Rcpp::CppProperty_GetMethod< Class, PROP >, Rcpp::CppProperty_GetMethod_SetMethod< Class, PROP >, Rcpp::CppProperty_GetMethod_SetPointer< Class, PROP >, Rcpp::CppProperty_GetPointer_SetMethod< Class, PROP >, Rcpp::CppProperty_GetPointer_SetPointer< Class, PROP >, and Rcpp::CppProperty_GetPointerMethod< Class, PROP >.
|
inlinevirtual |
Reimplemented in Rcpp::class_< Class >::CppProperty_Getter< PROP >, Rcpp::class_< Class >::CppProperty_Getter_Setter< PROP >, Rcpp::CppInheritedProperty< Class, Parent >, Rcpp::CppProperty_GetConstMethod< Class, PROP >, Rcpp::CppProperty_GetConstMethod_SetMethod< Class, PROP >, Rcpp::CppProperty_GetConstMethod_SetPointer< Class, PROP >, Rcpp::CppProperty_GetMethod< Class, PROP >, Rcpp::CppProperty_GetMethod_SetMethod< Class, PROP >, Rcpp::CppProperty_GetMethod_SetPointer< Class, PROP >, Rcpp::CppProperty_GetPointer_SetMethod< Class, PROP >, Rcpp::CppProperty_GetPointer_SetPointer< Class, PROP >, and Rcpp::CppProperty_GetPointerMethod< Class, PROP >.
|
inlinevirtual |
Reimplemented in Rcpp::class_< Class >::CppProperty_Getter< PROP >, Rcpp::class_< Class >::CppProperty_Getter_Setter< PROP >, Rcpp::CppInheritedProperty< Class, Parent >, Rcpp::CppProperty_GetConstMethod< Class, PROP >, Rcpp::CppProperty_GetConstMethod_SetMethod< Class, PROP >, Rcpp::CppProperty_GetConstMethod_SetPointer< Class, PROP >, Rcpp::CppProperty_GetMethod< Class, PROP >, Rcpp::CppProperty_GetMethod_SetMethod< Class, PROP >, Rcpp::CppProperty_GetMethod_SetPointer< Class, PROP >, Rcpp::CppProperty_GetPointer_SetMethod< Class, PROP >, Rcpp::CppProperty_GetPointer_SetPointer< Class, PROP >, and Rcpp::CppProperty_GetPointerMethod< Class, PROP >.
| std::string Rcpp::CppProperty< Class >::docstring |
Definition at line 447 of file Module.h.
Referenced by Rcpp::CppInheritedProperty< Class, Parent >::CppInheritedProperty(), and CppProperty().