class Bindgen::CallBuilder::CrystalToUnsafe

Overview

Builder for a #to_unsafe wrapper method.

Defined in:

bindgen/call_builder/crystal_to_unsafe.cr

Constant Summary

METHOD_NAME = "to_unsafe"

Constructors

Instance Method Summary

Constructor Detail

def self.new(db : TypeDatabase) #

[View source]

Instance Method Detail

def build(klass : Parser::Class, use_pointerof) : Call #

[View source]