class Bindgen::CallBuilder::CrystalBinding

Overview

Builder for calls made from Crystal to C++. This is used for common bindings of normal methods.

Defined in:

bindgen/call_builder/crystal_binding.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(db : TypeDatabase) #

[View source]

Instance Method Detail

def build(method : Parser::Method, klass_type : Parser::Type | Nil, body = FunBody, explicit_binding : String | Nil = nil) : Call #

explicit_binding only affects the FunBody.


[View source]