Sha256: 6fcec89e380ae6185f6d3b107a04da008e7f21891efa4bc3751e528fdc0a8b6f

Contents?: true

Size: 238 Bytes

Versions: 26

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, "Mandatory parameters missing");
	return Qnil;
  }

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
gecoder-with-gecode-1.1.1.1 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-with-gecode-1.1.1 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-1.1.1 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-with-gecode-1.1.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-1.1.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-with-gecode-0.8.3-mswin32 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-with-gecode-0.8.2-mswin32 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-with-gecode-0.8.1-mswin32 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-with-gecode-0.8.0-mswin32 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.8.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.8.1 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.8.2 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.8.3 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.9.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-0.9.1 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-1.0.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-with-gecode-0.8.0 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-with-gecode-0.8.1 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-with-gecode-0.8.2 vendor/rust/rust/templates/VariableFunctionCall.rusttpl
gecoder-with-gecode-0.8.3 vendor/rust/rust/templates/VariableFunctionCall.rusttpl