Class: Rbind::RTemplateParameter

Inherits:
RDataType show all
Defined in:
lib/rbind/core/rtemplate_class.rb

Instance Attribute Summary

Attributes inherited from RDataType

#cdelete_method, #check_type, #invalid_value, #ptr, #ref, #typedef

Attributes inherited from RBase

#alias, #auto_alias, #cname, #csignature, #doc, #extern_package_name, #ignore, #name, #namespace, #owner, #signature, #version

Instance Method Summary collapse

Methods inherited from RDataType

#==, #basic_type?, #check_type?, #cname, #const?, #container?, #initialize, #ptr?, #raw?, #ref?, #remove_const, #to_const, #to_ptr, #to_raw, #to_ref, #to_single_ptr, #typedef?

Methods inherited from RBase

basename, #binding, #delete!, #doc?, #extern?, #full_name, #generate_signatures, #ignore?, #initialize, #map_to_namespace, namespace, #namespace?, normalize, #pretty_print, #rename, #specialize_ruby, split_name, to_cname, #to_s

Constructor Details

This class inherits a constructor from Rbind::RDataType

Instance Method Details

#template?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/rbind/core/rtemplate_class.rb', line 4

def template?
    true
end