Wire Sysio Wire Sysion 1.0.0
|
#include <Types.h>
Static Public Member Functions | |
static IR_API const FunctionType * | get (ResultType ret, const std::initializer_list< ValueType > ¶meters) |
static IR_API const FunctionType * | get (ResultType ret, const std::vector< ValueType > ¶meters) |
static IR_API const FunctionType * | get (ResultType ret=ResultType::none) |
Public Attributes | |
ResultType | ret |
std::vector< ValueType > | parameters |
|
static |
Definition at line 38 of file Types.cpp.
|
static |
Definition at line 40 of file Types.cpp.
|
static |
Definition at line 42 of file Types.cpp.
ResultType IR::FunctionType::ret |