class Bindgen::Processor::VirtualOverride::BgJumpSetBody

Overview

Body for CallBuilder::CppCall, setting the bgJump member in C++.

Defined in:

bindgen/processor/virtual_override.cr

Instance Method Summary

Instance methods inherited from class Bindgen::Call::Body

to_code(call : Call, platform : Graph::Platform) : String to_code

Instance Method Detail

def to_code(call : Call, _platform : Graph::Platform) : String #
Description copied from class Bindgen::Call::Body

Will be called by a Generator later on, passing in the call and the target platform.


[View source]