search for: rcpp_exposed_class_nodecl

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

2012 Nov 14
0
Rcpp 0.10.0
...res 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, providing an alternative way to con...
2012 Nov 14
0
Rcpp 0.10.0
...res 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, providing an alternative way to con...