|
Yume
|
#include <vals.hpp>

Public Member Functions | |
| auto | operator== (const VTableEntry &other) const noexcept -> bool |
Public Attributes | |
| string | name |
| vector< ty::Type > | args |
| optional< ty::Type > | ret |
|
inlinenoexcept |
| vector<ty::Type> yume::VTableEntry::args |
Definition at line 119 of file vals.hpp.
Referenced by operator==().
| string yume::VTableEntry::name |
Definition at line 118 of file vals.hpp.
Referenced by yume::vtable_entry_for().