abstract class Bindgen::CallBuilder::CppMethod::Body

Direct Known Subclasses

Defined in:

bindgen/call_builder/cpp_method.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

abstract def code_body(const, call, platform, prefix) #

[View source]
abstract def overriding? : Bool #

[View source]
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]