class Bindgen::TypeDatabase::TypeAlias
- Bindgen::TypeDatabase::TypeAlias
- Reference
- Object
Overview
Type alias, used in Configuration#types
(The types:
map in YAML). All
configuration fields other than #alias_for
are ignored for aliases.
Included Modules
- YAML::Serializable
Defined in:
bindgen/type_database.crConstructors
Instance Method Summary
-
#alias_for : String
The underlying type this alias refers to.
-
#alias_for=(alias_for : String)
The underlying type this alias refers to.