class Bindgen::CallBuilder::CppWrapper
- Bindgen::CallBuilder::CppWrapper
- Reference
- Object
Overview
Builds a Call
implementing a common C/C++ wrapper function.
Defined in:
bindgen/call_builder/cpp_wrapper.crConstructors
Instance Method Summary
Constructor Detail
Instance Method Detail
def build(method : Parser::Method, target : Call, class_name : String | Nil = nil, self_var = "_self_", needs_instance = nil)
#