class Bindgen::TypeDatabase::TypeAlias

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

Defined in:

bindgen/type_database.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def alias_for : String #

The underlying type this alias refers to.


[View source]
def alias_for=(alias_for : String) #

The underlying type this alias refers to.


[View source]