Sha256: ffcd4e0a2d7bfbf0cfa2ed3fb1fce7bb0ac470491abb729b1cbb0f7b35d16c72

Contents?: true

Size: 238 Bytes

Versions: 10

Compression:

Stored size: 238 Bytes

Contents

//-*-c++-*-
// Template for a variable arguments function call
  bool ok = false;
  
  switch(argc) {
!calls!
  default: ok = false; break;
  }
  
  if ( !ok )
  {
	rb_raise(rb_eArgError, "Mantatory parameters missing");
	return Qnil;
  }

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
gecoder-with-gecode-0.7.1-mswin32 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.3.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.2.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.4.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.5.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.6.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.6.1 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.7.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.7.1 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-with-gecode-0.7.1 vendor/rust/rust/templates/VariableFunctionCall.rusttpl