class Bindgen::CallBuilder::CrystalFromCpp

Overview

Builder for calls made from C++ to a Crystal CrystalProc.

Defined in:

bindgen/call_builder/crystal_from_cpp.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(db : TypeDatabase) #

[View source]

Instance Method Detail

def build(method : Parser::Method, receiver = "self") : Call #

Calls the method, using the proc_name to call-through to Crystal.


[View source]