Rcpp Version 1.0.9
|
Public Member Functions | |
Argument () | |
Argument (const std::string &name, const Type &type, const std::string &defaultValue) | |
bool | empty () const |
bool | operator== (const Argument &other) const |
bool | operator!= (const Argument &other) const |
const std::string & | name () const |
const Type & | type () const |
const std::string & | defaultValue () const |
Private Attributes | |
std::string | name_ |
Type | type_ |
std::string | defaultValue_ |
Definition at line 211 of file attributes.cpp.
|
inline |
Definition at line 213 of file attributes.cpp.
|
inline |
Definition at line 214 of file attributes.cpp.
|
inline |
Definition at line 236 of file attributes.cpp.
References defaultValue_.
Referenced by Rcpp::attributes::generateRArgList(), and Rcpp::attributes::printArgument().
|
inline |
Definition at line 221 of file attributes.cpp.
References Rcpp::attributes::Type::empty(), and type().
Referenced by Rcpp::attributes::printArgument().
|
inline |
Definition at line 234 of file attributes.cpp.
References name_.
Referenced by Rcpp::attributes::checkRSignature(), Rcpp::attributes::generateCpp(), Rcpp::attributes::generateRArgList(), and Rcpp::attributes::printArgument().
|
inline |
Definition at line 229 of file attributes.cpp.
|
inline |
Definition at line 223 of file attributes.cpp.
References defaultValue_, name_, and type_.
|
inline |
Definition at line 235 of file attributes.cpp.
References type_.
Referenced by empty(), Rcpp::attributes::generateCpp(), Rcpp::attributes::generateRArgList(), and Rcpp::attributes::printArgument().
|
private |
Definition at line 241 of file attributes.cpp.
Referenced by defaultValue(), and operator==().
|
private |
Definition at line 239 of file attributes.cpp.
Referenced by name(), and operator==().
|
private |
Definition at line 240 of file attributes.cpp.
Referenced by operator==(), and type().