| 
    Rcpp Version 1.0.14
    
   | 
 
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.
      
  | 
  explicit | 
Definition at line 1061 of file attributes.cpp.
References Rcpp::as(), 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().

      
  | 
  inline | 
Definition at line 300 of file attributes.cpp.
References Rcpp::as().

Definition at line 295 of file attributes.cpp.
References Rcpp::as(), name_, and value_.

      
  | 
  inline | 
Definition at line 306 of file attributes.cpp.
References value_.
Referenced by Rcpp::attributes::Attribute::exportedName().
      
  | 
  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().