We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7626a23 commit 568bed4Copy full SHA for 568bed4
inst/NEWS.Rd
@@ -4,11 +4,13 @@
4
5
\section{Changes in Rcpp version 0.10.5.1 (2013-10-07)}{
6
\itemize{
7
- \item Changes in Modules:
+ \item Exposing C++ classes from a package:
8
9
- \item New function \code{exposeClass} which creates a C++ module
10
- for a C++ class, which then results in a corresponding Reference
11
- Class made available at the R level.
+ \item The function \code{exposeClass} takes a description of the
+ constructors, fields and methods to be exposed from a C++
+ class, and writes C++ and R files in the package. Inherited
12
+ classes can be dealt with, but require data type information.
13
+ This approach avoids hand-coding module files.
14
}
15
\item Changes in Rcpp API:
16
0 commit comments