Spicy
Public Member Functions | Public Attributes | List of all members
hilti::rt::type_info::union_::Field Struct Reference

#include <type-info.h>

Public Member Functions

 Field (const char *name, const TypeInfo *type)
 

Public Attributes

const std::string name
 
const TypeInfotype
 

Detailed Description

Auxiliary type information for type union describing one field.

Constructor & Destructor Documentation

◆ Field()

hilti::rt::type_info::union_::Field::Field ( const char *  name,
const TypeInfo type 
)
inline

Constructor.

Parameters
nameID of the field
typetype of the field

Member Data Documentation

◆ name

const std::string hilti::rt::type_info::union_::Field::name

ID of the field

◆ type

const TypeInfo* hilti::rt::type_info::union_::Field::type

type of the field


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