![]() |
Spicy
|
#include <elements.h>
Public Member Functions | |
Type (cxx::ID _id={}, cxx::Type _type={}, std::string _inline_code={}, bool _forward_decl=false, bool _forward_decl_prio=false, bool _no_using=false) | |
bool | operator== (const Type &other) const |
Public Attributes | |
cxx::ID | id |
cxx::Type | type |
std::string | inline_code |
bool | forward_decl = false |
bool | forward_decl_prio = false |
bool | no_using = false |
Declaration of a C++ type.