module Bindgen::Cpp::Argument
Overview
Argument naming logic. This is not a struct
.
Defined in:
bindgen/cpp/argument.crClass Method Summary
- .name(argument : String, idx : Int) : String
-
.name(argument, idx : Int) : String
Helper to get a non-colliding argument name.
-
.self(klass_type : Parser::Type) : Call::Argument
Returns the
_self_
argument for the method.
Class Method Detail
Returns the _self_
argument for the method.