Class: CStructType
- Inherits:
-
StructType
- Object
- Node
- Type
- StructType
- CStructType
- Includes:
- CType
- Defined in:
- lib/tecsgen/core/ctypes.rb
Instance Method Summary collapse
-
#initialize(tag = nil) ⇒ CStructType
constructor
A new instance of CStructType.
Methods included from CType
Methods inherited from StructType
#check, #check_init, #check_struct_tag, #end_of_parse, end_of_parse, #gen_gh, #get_member_types_symbol, #get_members_decl, #get_name, #get_type_str, #get_type_str_post, #has_pointer?, #has_sized_pointer?, #has_unsized_string?, #new_member, new_member, #same?, #set_define, set_define, #show_tree
Methods inherited from Type
#cast, #check, #check_init, #check_struct_tag, #clear_max, #equal?, #get_ID_str, #get_bit_size, #get_original_type, #get_type_str, #has_pointer?, #has_sized_pointer?, #has_unsized_string?, #is_const?, #is_void?, #is_volatile?, #print_info, print_info_post, #print_info_post, reset_print_info, #set_qualifier, #set_scs, #show_tree
Methods inherited from Node
#cdl_error, #cdl_error2, #cdl_error3, #cdl_info, #cdl_info2, #cdl_warning, #cdl_warning2, #get_locale, #locale_str, #set_locale
Constructor Details
#initialize(tag = nil) ⇒ CStructType
Returns a new instance of CStructType.
199 200 201 |
# File 'lib/tecsgen/core/ctypes.rb', line 199 def initialize(tag = nil) super(tag) end |