class Bindgen::CallBuilder::CppWrapper

Overview

Builds a Call implementing a common C/C++ wrapper function.

Defined in:

bindgen/call_builder/cpp_wrapper.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(db : TypeDatabase) #

[View source]

Instance Method Detail

def build(method : Parser::Method, target : Call, class_name : String | Nil = nil, self_var = "_self_", needs_instance = nil) #

[View source]