struct Bindgen::Cpp::Typename
- Bindgen::Cpp::Typename
- Struct
- Value
- Object
Overview
C++ type-name generation logic.
Defined in:
bindgen/cpp/typename.crConstructors
Instance Method Summary
-
#full(base_name : String, const, pointer, is_reference) : String
ditto
-
#full(result : Call::Expression) : String
Formats the type in result in C++ style.
-
#full(results : Enumerable(Call::Expression)) : Array(String)
Formats many results.
- #initialize