module Bindgen::Cpp::Argument

Overview

Argument naming logic. This is not a struct.

Defined in:

bindgen/cpp/argument.cr

Class Method Summary

Class Method Detail

def self.name(argument : String, idx : Int) : String #

[View source]
def self.name(argument, idx : Int) : String #

Helper to get a non-colliding argument name.


[View source]
def self.self(klass_type : Parser::Type) : Call::Argument #

Returns the _self_ argument for the method.


[View source]