mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-08 23:39:12 +00:00
Initial commit
This commit is contained in:
28
example/example1.ref
Normal file
28
example/example1.ref
Normal file
@@ -0,0 +1,28 @@
|
||||
Called Example1 default constructor..
|
||||
Called Example1 constructor with value 32..
|
||||
Called Example1 copy constructor with value 32..
|
||||
Called Example1 move constructor with value 32..
|
||||
Called Example1 move constructor with value 32..
|
||||
Called Example1 destructor (32)
|
||||
Called Example1 destructor (0)
|
||||
Called Example1 destructor (0)
|
||||
Called Example1 copy constructor with value 320..
|
||||
Called Example1 copy constructor with value 320..
|
||||
Called Example1 destructor (320)
|
||||
Called Example1 destructor (320)
|
||||
Instance 1: Example1[value=320]
|
||||
Instance 2: Example1[value=32]
|
||||
Example1[value=320]
|
||||
Example1[value=320]
|
||||
Example1[value=320]
|
||||
Example1[value=320]
|
||||
Example1[value=320]
|
||||
320
|
||||
320
|
||||
320
|
||||
320
|
||||
320
|
||||
Instance 1, direct access = 320
|
||||
Instance 1: Example1[value=100]
|
||||
Called Example1 destructor (32)
|
||||
Called Example1 destructor (100)
|
||||
Reference in New Issue
Block a user