struct Novika::FFI::DefaultTypeParser

Overview

Allows all parse-able types, from ints to nothing to structs and unions.

Defined in:

novika/ffi.cr

Instance methods inherited from struct Novika::FFI::TypeParser

on_inline_struct(form : StructLayoutForm) : ForeignType on_inline_struct, on_primitive(type : ForeignType) : ForeignType on_primitive, on_struct_reference(form : StructLayoutForm) : ForeignType on_struct_reference, on_union(form : StructLayoutForm) : ForeignType on_union, parse : ForeignType parse

Constructor methods inherited from struct Novika::FFI::TypeParser

new(this : Block, typename : Word) new