Sha256: 35bdd34f450daad925de950f41529a58160445f77c3e51759ce6754c19e18c6b
Contents?: true
Size: 439 Bytes
Versions: 3
Compression:
Stored size: 439 Bytes
Contents
/* @overload <%=name%>(<%=args[1][1]%>) @param [Integer] <%=args[1][1]%> @return [<%=full_class_name%>] self <%= description %> */ static VALUE <%=c_func(1)%>(VALUE self, VALUE v1) { <%=struct%> *w; TypedData_Get_Struct(self, <%=struct%>, &<%=data_type_var%>, w); <% if get(:postpose) %> <%=func_name%>(NUM2SIZET(v1),w); <% else %> <%=func_name%>(w, NUM2SIZET(v1)); <% end %> return self; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
numo-gsl-0.1.2 | ext/numo/gsl/gen/tmpl/c_self_f_sizet.c |
numo-gsl-0.1.1 | ext/numo/gsl/gen/tmpl/c_self_f_sizet.c |
numo-gsl-0.1.0 | ext/numo/gsl/gen/tmpl/c_self_f_sizet.c |