Re: [Rcpp-devel] What is the best way of handling default arguments.

2012-05-24 Thread Dirk Eddelbuettel
On 24 May 2012 at 12:34, Andrew Redd wrote: | Rcpp List, | | Is there a recommended way to handle default arguments for | constructors? I have a class that I have created and exposed through | Rcpp Modules. I now found that I need to expose a tuning parameter | and need to modify my constructo

[Rcpp-devel] What is the best way of handling default arguments.

2012-05-24 Thread Andrew Redd
Rcpp List, Is there a recommended way to handle default arguments for constructors? I have a class that I have created and exposed through Rcpp Modules. I now found that I need to expose a tuning parameter and need to modify my constructors. The standard way would be to include just a default