class Bindgen::CallBuilder::CppCall

Overview

Builds a Call calling a C/C++ function.

Defined in:

bindgen/call_builder/cpp_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_", body : Call::Body | Nil = nil, name : String | Nil = nil, braces : Bool = false) #

[View source]