search for: rcpp_exposed_class

Displaying 2 results from an estimated 2 matches for "rcpp_exposed_class".

2012 Nov 14
0
Rcpp 0.10.0
...ummary of new key features is: - inheritance: A class can now declare that it inherits from another class; the exposed class gains methods and properties (fields) from its parent class. - Functions and methods can now return objects from classes that are exposed through modules. The macro RCPP_EXPOSED_CLASS and RCPP_EXPOSED_CLASS_NODECL can be used to declared the required type traits. - Classes exposed through modules can also be used as parameters of exposed functions or methods. - Exposed classes can declare factories, i.e. a C++ function returning a pointer to the target class, provi...
2012 Nov 14
0
Rcpp 0.10.0
...ummary of new key features is: - inheritance: A class can now declare that it inherits from another class; the exposed class gains methods and properties (fields) from its parent class. - Functions and methods can now return objects from classes that are exposed through modules. The macro RCPP_EXPOSED_CLASS and RCPP_EXPOSED_CLASS_NODECL can be used to declared the required type traits. - Classes exposed through modules can also be used as parameters of exposed functions or methods. - Exposed classes can declare factories, i.e. a C++ function returning a pointer to the target class, provi...