Sha256: 436b319db20eeea49132aa7df548a7298362249d9e350deb5ed57e4d00004fcd
Contents?: true
Size: 385 Bytes
Versions: 231
Compression:
Stored size: 385 Bytes
Contents
<% define 'ArrayDefinition', :for => CArray do %> <%= getType %> <%= name %>[<%= size %>] = {<%iinc%> <% expand 'InitValue', :foreach => initvalue, :separator => ",\r\n" %><%nl%><%idec%> }; <% expand '../root::TextFromRoot' %> <% expand '/root::TextFromRoot' %> <% end %> <% define 'InitValue', :for => PrimitiveInitValue do %> <%= value %><%nows%> <% end %>
Version data entries
231 entries across 231 versions & 3 rubygems