RcppParams Class Reference
#include <Rcpp.h>
List of all members.
Detailed Description
Definition at line 150 of file Rcpp.h.
Constructor & Destructor Documentation
| RcppParams::RcppParams |
( |
SEXP |
params |
) |
|
Member Function Documentation
| void RcppParams::checkNames |
( |
char * |
inputNames[], |
|
|
int |
len | |
|
) |
| | |
| bool RcppParams::exists |
( |
std::string |
name |
) |
|
| bool RcppParams::getBoolValue |
( |
std::string |
name |
) |
|
| RcppDatetime RcppParams::getDatetimeValue |
( |
std::string |
name |
) |
|
| RcppDate RcppParams::getDateValue |
( |
std::string |
name |
) |
|
| double RcppParams::getDoubleValue |
( |
std::string |
name |
) |
|
| int RcppParams::getIntValue |
( |
std::string |
name |
) |
|
| std::string RcppParams::getStringValue |
( |
std::string |
name |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: