![]() |
Spicy
|
#include <type-info.h>
Public Member Functions | |
Element (const char *name, const TypeInfo *type, std::ptrdiff_t offset) | |
Public Attributes | |
const std::string | name |
const TypeInfo * | type |
Friends | |
class | type_info::Tuple |
Auxiliary type information for type tuple
describing one tuple element.
|
inline |
Constructor.
name | ID of the element, with an empty string indicating no name |
type | type of the field |
offset | offset of the field inside the tuple |
const std::string hilti::rt::type_info::tuple::Element::name |
ID of the element, with an empty string indicating no name
const TypeInfo* hilti::rt::type_info::tuple::Element::type |
type of the element