class Bindgen::CallBuilder::CppMethod::PureBody

Overview

Body for pure targets.

Defined in:

bindgen/call_builder/cpp_method.cr

Constructors

Instance Method Summary

Instance methods inherited from class Bindgen::CallBuilder::CppMethod::Body

code_body(const, call, platform, prefix) code_body, overriding? : Bool overriding?, to_code(call : Call, platform : Graph::Platform) : String to_code

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

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

Constructor Detail

def self.new(class __arg2 : String, virtual_target : Call) #

[View source]

Instance Method Detail

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

[View source]
def overriding? : Bool #

[View source]