![]() |
Spicy
|
#include <type-info.h>
Public Member Functions | |
Field (const char *name, const TypeInfo *type) | |
Public Attributes | |
const std::string | name |
const TypeInfo * | type |
Auxiliary type information for type union
describing one field.
|
inline |
Constructor.
name | ID of the field |
type | type of the field |
const std::string hilti::rt::type_info::union_::Field::name |
ID of the field
const TypeInfo* hilti::rt::type_info::union_::Field::type |
type of the field