class Bindgen::CallBuilder::CppCall
- Bindgen::CallBuilder::CppCall
- Reference
- Object
Overview
Builds a Call
calling a C/C++ function.
Defined in:
bindgen/call_builder/cpp_call.crConstructors
Instance Method Summary
Constructor Detail
Instance Method Detail
def build(method : Parser::Method, self_var = "_self_", body : Call::Body | Nil = nil, name : String | Nil = nil, braces : Bool = false)
#