|
Rcpp Version 1.1.2
|
Public Member Functions | |
| Param () | |
| Param (const std::string ¶mText) | |
| bool | empty () const |
| bool | operator== (const Param &other) const |
| bool | operator!= (const Param &other) const |
| const std::string & | name () const |
| const std::string & | value () const |
Private Attributes | |
| std::string | name_ |
| std::string | value_ |
Definition at line 289 of file attributes.cpp.
|
inline |
Definition at line 291 of file attributes.cpp.
Referenced by operator!=(), and operator==().
|
explicit |
Definition at line 1053 of file attributes.cpp.
References name_, Rcpp::attributes::stripQuotes(), Rcpp::attributes::trimWhitespace(), and value_.

|
inline |
Definition at line 293 of file attributes.cpp.
References name().
Referenced by Rcpp::attributes::Attribute::hasParameter(), Rcpp::attributes::Attribute::invisible(), Rcpp::attributes::operator<<(), and Rcpp::attributes::Attribute::rng().

|
inline |
Definition at line 305 of file attributes.cpp.
References name_.
Referenced by empty(), and Rcpp::attributes::operator<<().
|
inline |
Definition at line 300 of file attributes.cpp.
References Param().

|
inline |
Definition at line 295 of file attributes.cpp.
References name_, Param(), and value_.

|
inline |
Definition at line 306 of file attributes.cpp.
References value_.
Referenced by Rcpp::attributes::Attribute::customRSignature(), Rcpp::attributes::Attribute::exportedName(), Rcpp::attributes::Attribute::invisible(), Rcpp::attributes::operator<<(), and Rcpp::attributes::Attribute::rng().
|
private |
Definition at line 309 of file attributes.cpp.
Referenced by name(), operator==(), and Param().
|
private |
Definition at line 310 of file attributes.cpp.
Referenced by operator==(), Param(), and value().