![]() |
Spicy
|
#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< Argument > | args |
bool | const_ = false |
Linkage | linkage = "static" |
Attribute | attribute = "" |
std::optional< Block > | inline_body |
Declaration of a C++ function.