klayout/testdata/ruby
Matthias Koefferlein 7b07782cdf Avoid an issue with virtual functions
Reimplementing virtual functions with
"const &" arguments wasn't behaving as
expected because these arguments were
copied.

Now, "const &" for arguments (in virtual
function reimplementation) is not implemented
as a copy.

In addition, now it's possible to declare
results as references always (also if const &).

See gsiTest.cc:1078 for example:

  //  gsi::arg_make_reference makes the function's return value
  //  always being taken as a reference
  gsi::method<C_P, const CopyDetector &, const CopyDetector &, gsi::arg_make_reference> ("pass_cd_cref_as_ref", &C_P::pass_cd_cref)
2019-01-31 00:36:44 +01:00
..
interactive Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
antTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
basic.rb Updated copyright. 2019-01-08 00:58:45 +01:00
basic_testcore.rb Avoid an issue with virtual functions 2019-01-31 00:36:44 +01:00
basic_testcore_defs.rb Fixed rba basic testsuite when both modes are used. 2017-12-27 19:40:44 +01:00
config.xml Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
dbBooleanTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbBoxTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbCellInstArrayTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbCellMapping.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbEdgePairTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbEdgePairsTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbEdgeTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbEdgesTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbGlyphs.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbInstElementTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbInstanceTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbLayerMapping.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbLayout.rb Fixed #200 by introducing layout locking during iteration 2019-01-09 01:06:11 +01:00
dbLayoutDiff.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbLayoutQuery.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbLayoutTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbMatrix.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbPCells.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbPathTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbPointTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbPolygonTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbReaders.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbRegionTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbShapesTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbSimplePolygonTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbTextTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbTilingProcessorTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbTransTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
dbVectorTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
edtTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
extNetTracer.rb Updated copyright. 2019-01-08 00:58:45 +01:00
imgObject.rb Updated copyright. 2019-01-08 00:58:45 +01:00
layLayers.rb Updated copyright. 2019-01-08 00:58:45 +01:00
layLayoutView.rb Updated copyright. 2019-01-08 00:58:45 +01:00
layMarkers.rb Updated copyright. 2019-01-08 00:58:45 +01:00
layMenuTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
laySaveLayoutOptions.rb Updated copyright. 2019-01-08 00:58:45 +01:00
laySession.rb Updated copyright. 2019-01-08 00:58:45 +01:00
layTechnologies.rb Updated copyright. 2019-01-08 00:58:45 +01:00
qtbinding.rb Updated copyright. 2019-01-08 00:58:45 +01:00
rdbTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00
test_epilogue.rb Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
test_prologue.rb RBA Unit test enhancements 2017-07-23 23:03:21 +02:00
tlTest.rb Updated copyright. 2019-01-08 00:58:45 +01:00