class Bindgen::Parser::Template
- Bindgen::Parser::Template
- Reference
- Object
Overview
Stores information about a template Type
.
Defined in:
bindgen/parser/template.crConstructors
- .new(fullName : String, baseName : String, arguments : Array(Bindgen::Parser::Type))
- .new(__temp_242 : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #arguments : Array(Type)
- #arguments=(_arguments : Array(Type))
-
#base_name : String
Base name of the type, like
std::vector
- #baseName : String
- #baseName=(_baseName : String)
-
#full_name : String
Full name, like
std::vector<_Tp, _Alloc>
- #fullName : String
- #fullName=(_fullName : String)
-
#hash(hasher)
See
Object#hash(hasher)
-
#mangled_name : String
Returns the mangled name of the template arguments.
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(fullName : String, baseName : String, arguments : Array(Bindgen::Parser::Type))
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.