struct Bindgen::Crystal::Type
- Bindgen::Crystal::Type
- Struct
- Value
- Object
Overview
Conversion functionality for real Crystal types of any kind to another type by C++ name as defined by user configuration.
Defined in:
bindgen/crystal/type.crConstructors
Instance Method Summary
-
#convert(value, type : Parser::Type)
Converts the Crystal value to represent a type.
-
#resolve_long(crystal_type)
Resolves a
LibC::
long type to this platforms long size.