class Bindgen::CallBuilder::CppMethod

Overview

Builds a Call implementing a C++ member method, for overriding C++ virtual methods from Crystal.

Defined in:

bindgen/call_builder/cpp_method.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(db : TypeDatabase) #

[View source]

Instance Method Detail

def build(method : Parser::Method, target : Call | Nil, virtual_target : Call, class_name : String | Nil = nil, in_superclass = false) #

[View source]