#include <Rcpp.h>
Public Member Functions | |
RcppParams (SEXP params) | |
void | checkNames (char *inputNames[], int len) |
double | getDoubleValue (std::string name) |
int | getIntValue (std::string name) |
std::string | getStringValue (std::string name) |
bool | getBoolValue (std::string name) |
RcppDate | getDateValue (std::string name) |
RcppDatetime | getDatetimeValue (std::string name) |
Private Attributes | |
std::map< std::string, int > | pmap |
SEXP | _params |
Definition at line 150 of file Rcpp.h.
RcppParams::RcppParams | ( | SEXP | params | ) |
void RcppParams::checkNames | ( | char * | inputNames[], | |
int | len | |||
) |
double RcppParams::getDoubleValue | ( | std::string | name | ) |
int RcppParams::getIntValue | ( | std::string | name | ) |
std::string RcppParams::getStringValue | ( | std::string | name | ) |
bool RcppParams::getBoolValue | ( | std::string | name | ) |
RcppDate RcppParams::getDateValue | ( | std::string | name | ) |
RcppDatetime RcppParams::getDatetimeValue | ( | std::string | name | ) |
std::map<std::string, int> RcppParams::pmap [private] |
Definition at line 161 of file Rcpp.h.
Referenced by checkNames(), getBoolValue(), getDatetimeValue(), getDateValue(), getDoubleValue(), getIntValue(), getStringValue(), and RcppParams().
SEXP RcppParams::_params [private] |
Definition at line 162 of file Rcpp.h.
Referenced by getBoolValue(), getDatetimeValue(), getDateValue(), getDoubleValue(), getIntValue(), getStringValue(), and RcppParams().