Searched defs:MyObject3 (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_smart_ptr.cpp147 class MyObject3 : public std::enable_shared_from_this<MyObject3> { class in inherits:std::enable_shared_from_this
150 MyObject3(int value) : value(value) { print_created(this, toString()); } function in class:MyObject3
[all...]

Completed in 6 milliseconds