| 
    Rcpp Version 1.0.14
    
   | 
 

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_.
      
  | 
  inline | 
Definition at line 221 of file attributes.cpp.
References Rcpp::attributes::Type::empty(), and type().

      
  | 
  inline | 
Definition at line 234 of file attributes.cpp.
References name_.
Referenced by Rcpp::attributes::generateCpp(), and Rcpp::attributes::generateRArgList().
Definition at line 229 of file attributes.cpp.
References Rcpp::as().

Definition at line 223 of file attributes.cpp.
References Rcpp::as(), defaultValue_, name_, and type_.

Definition at line 235 of file attributes.cpp.
References type_.
Referenced by empty(), and Rcpp::attributes::generateCpp().
      
  | 
  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().