| 
    Rcpp Version 1.0.14
    
   | 
 
Public Member Functions | |
| Type () | |
| Type (const std::string &name, bool isConst, bool isReference) | |
| bool | empty () const | 
| bool | operator== (const Type &other) const | 
| bool | operator!= (const Type &other) const | 
| const std::string & | name () const | 
| std::string | full_name () const | 
| bool | isVoid () const | 
| bool | isConst () const | 
| bool | isReference () const | 
Private Attributes | |
| std::string | name_ | 
| bool | isConst_ | 
| bool | isReference_ | 
Definition at line 172 of file attributes.cpp.
      
  | 
  inline | 
Definition at line 174 of file attributes.cpp.
Definition at line 175 of file attributes.cpp.
      
  | 
  inline | 
Definition at line 179 of file attributes.cpp.
References name().
Referenced by Rcpp::attributes::Argument::empty(), Rcpp::attributes::operator<<(), Rcpp::attributes::SourceFileAttributesParser::parseFunction(), and Rcpp::attributes::printFunction().

      
  | 
  inline | 
Definition at line 192 of file attributes.cpp.
References isConst(), isReference(), and name().
Referenced by Rcpp::attributes::generateCpp().

      
  | 
  inline | 
Definition at line 201 of file attributes.cpp.
References isConst_.
Referenced by full_name(), and Rcpp::attributes::operator<<().
      
  | 
  inline | 
Definition at line 202 of file attributes.cpp.
References isReference_.
Referenced by full_name(), and Rcpp::attributes::operator<<().
      
  | 
  inline | 
Definition at line 200 of file attributes.cpp.
References name().
Referenced by Rcpp::attributes::CppExportsIncludeGenerator::doWriteFunctions(), Rcpp::attributes::RExportsGenerator::doWriteFunctions(), and Rcpp::attributes::generateCpp().

      
  | 
  inline | 
Definition at line 191 of file attributes.cpp.
References name_.
Referenced by empty(), full_name(), isVoid(), and Rcpp::attributes::operator<<().
Definition at line 187 of file attributes.cpp.
References Rcpp::as().

Definition at line 181 of file attributes.cpp.
References Rcpp::as(), isConst_, isReference_, and name_.

      
  | 
  private | 
Definition at line 206 of file attributes.cpp.
Referenced by isConst(), and operator==().
      
  | 
  private | 
Definition at line 207 of file attributes.cpp.
Referenced by isReference(), and operator==().
      
  | 
  private | 
Definition at line 205 of file attributes.cpp.
Referenced by name(), Rcpp::attributes::Function::operator==(), and operator==().