Wire Sysio Wire Sysion 1.0.0
|
#include <Parse.h>
Public Types | |
enum class | Type { invalid , name , index } |
Public Member Functions | |
Reference (const Name &inName) | |
Reference (U32 inIndex) | |
Reference () | |
operator bool () const | |
Public Attributes | ||
Type | type | |
union { | ||
Name name | ||
U32 index | ||
}; | ||
const Token * | token | |
|
strong |
union { ... } WAST::Reference |