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
Formats the type in result in C++ style.
-
#full(result : Call::Expression) : String
Formats the type in result in C++ style.
-
#full(results : Enumerable(Call::Expression)) : Array(String)
Formats many results.
- #initialize
-
#template_class(template : String, arguments : Enumerable(String)) : String
Generates the C++ type name of a template class with the given template type arguments.
Constructor Detail
Instance Method Detail
def full(base_name : String, const, pointer, is_reference) : String
#
Formats the type in result in C++ style.
def template_class(template : String, arguments : Enumerable(String)) : String
#
Generates the C++ type name of a template class with the given template type arguments.