pybind11/example/example6.ref

22 lines
800 B
Plaintext
Raw Normal View History

2015-07-05 18:05:44 +00:00
Value constructor: Creating a sequence with 5 entries
2016-04-25 21:04:27 +00:00
s = <example.Sequence object at 0x10c786c70>
2015-07-05 18:05:44 +00:00
len(s) = 5
s[0], s[3] = 0.000000 0.000000
12.34 in s: False
12.34 in s: True
s[0], s[3] = 12.340000 56.779999
2015-10-01 14:48:34 +00:00
Value constructor: Creating a sequence with 5 entries
2016-04-25 21:04:27 +00:00
Move constructor: Creating a sequence with 5 entries
Freeing a sequence with 0 entries
2015-10-01 14:48:34 +00:00
Value constructor: Creating a sequence with 5 entries
2015-07-05 18:05:44 +00:00
rev[0], rev[1], rev[2], rev[3], rev[4] = 0.000000 56.779999 0.000000 0.000000 12.340000
2015-10-01 14:48:34 +00:00
0.0 56.7799987793 0.0 0.0 12.3400001526
0.0 56.7799987793 0.0 0.0 12.3400001526
True
Value constructor: Creating a sequence with 3 entries
Freeing a sequence with 3 entries
2.0 56.7799987793 2.0 0.0 2.0
Freeing a sequence with 5 entries
2015-07-05 18:05:44 +00:00
Freeing a sequence with 5 entries
Freeing a sequence with 5 entries