class Bindgen::CallBuilder::CppToCrystalProc::LambdaBody
Overview
Lambda expression. Captures the CrystalProc by value (therefore it
is not convertible to a C function pointer).
Defined in:
bindgen/call_builder/cpp_to_crystal_proc.crInstance Method Summary
-
#to_code(call : Call, platform : Graph::Platform) : String
Will be called by a
Generatorlater on, passing in the call and the target platform.
Instance methods inherited from class Bindgen::Call::Body
to_code(call : Call, platform : Graph::Platform) : String
to_code
Instance Method Detail
Description copied from class Bindgen::Call::Body
Will be called by a Generator later on, passing in the call and the
target platform.