Class: Rod::StringElement

Inherits:
AbstractModel show all
Defined in:
lib/rod/string_element.rb

Class Method Summary collapse

Methods inherited from AbstractModel

build_structure, cache, compatible?, difference, fields, indexed_properties, layout, metadata, path_for_data, properties

Class Method Details

.struct_nameObject



9
10
11
# File 'lib/rod/string_element.rb', line 9

def self.struct_name
  "char"
end

.typedef_structObject



5
6
7
# File 'lib/rod/string_element.rb', line 5

def self.typedef_struct
  ""
end