class Bindgen::CallBuilder::CrystalFromCpp
- Bindgen::CallBuilder::CrystalFromCpp
- Reference
- Object
Overview
Builder for calls made from C++ to a Crystal CrystalProc
.
Defined in:
bindgen/call_builder/crystal_from_cpp.crConstructors
Instance Method Summary
-
#build(method : Parser::Method, receiver = "self") : Call
Calls the method, using the proc_name to call-through to Crystal.
Constructor Detail
Instance Method Detail
Calls the method, using the proc_name to call-through to Crystal.