Sha256: 32a37378cecbb3b77ce132cbe753b88e6758601084ab85c3a8168dbbb189a6d2

Contents?: true

Size: 324 Bytes

Versions: 36

Compression:

Stored size: 324 Bytes

Contents

//-*-c++-*-
// Template for the init function snippet registering a method.
// Note that in the case of a method, !parent_varname! would be a
// synonim for !class_varname!.

  rb_define_method(r!parent_varname!, "!function_bindname!",
    RUBY_METHOD_FUNC(!function_varname!), !function_paramcount!);

  !function_aliases!

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
gecoder-0.6.0 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-0.8.0 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-1.0.0 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-0.9.1 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-0.9.0 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-with-gecode-0.7.1 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-with-gecode-0.8.0 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-with-gecode-0.8.1 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-with-gecode-0.8.2 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-with-gecode-0.8.3 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-with-gecode-0.9.0-x86-mswin32-60 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-with-gecode-0.9.0 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-with-gecode-0.9.1-x86-mswin32-60 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-with-gecode-0.9.1 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-with-gecode-1.0.0-x86-mswin32-60 vendor/rust/rust/templates/MethodInitBinding.rusttpl
gecoder-with-gecode-1.0.0 vendor/rust/rust/templates/MethodInitBinding.rusttpl