Spicy
Public Member Functions | Public Attributes | List of all members
hilti::detail::cxx::declaration::Function Struct Reference

#include <elements.h>

Public Member Functions

std::string prototype (bool qualify) const
 
std::string parameters () const
 
bool operator== (const Function &other) const
 

Public Attributes

cxx::Type result
 
cxx::ID id
 
std::vector< Argumentargs
 
bool const_ = false
 
Linkage linkage = "static"
 
Attribute attribute = ""
 
std::optional< Blockinline_body
 

Detailed Description

Declaration of a C++ function.


The documentation for this struct was generated from the following files: