Yume
Public Member Functions | Public Attributes | List of all members
yume::VTableEntry Struct Reference

#include <vals.hpp>

Collaboration diagram for yume::VTableEntry:
Collaboration graph
[legend]

Public Member Functions

auto operator== (const VTableEntry &other) const noexcept -> bool
 

Public Attributes

string name
 
vector< ty::Typeargs
 
optional< ty::Typeret
 

Detailed Description

Definition at line 117 of file vals.hpp.

Member Function Documentation

◆ operator==()

auto yume::VTableEntry::operator== ( const VTableEntry other) const -> bool
inlinenoexcept

Definition at line 122 of file vals.hpp.

References args.

Member Data Documentation

◆ args

vector<ty::Type> yume::VTableEntry::args

Definition at line 119 of file vals.hpp.

Referenced by operator==().

◆ name

string yume::VTableEntry::name

Definition at line 118 of file vals.hpp.

Referenced by yume::vtable_entry_for().

◆ ret

optional<ty::Type> yume::VTableEntry::ret

Definition at line 120 of file vals.hpp.


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