class Bindgen::CallBuilder::CppMethodCall

Overview

Builds a Call calling a C/C++ function without any conversions done to the arguments or result.

Defined in:

bindgen/call_builder/cpp_method_call.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(db : TypeDatabase) #

[View source]

Instance Method Detail

def build(method : Parser::Method, self_var = "_self_", name : String | Nil = nil) #

[View source]