Searched refs:PublicistB (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_class.cpp293 class PublicistB : public ProtectedB { class in inherits:ProtectedB
301 .def("foo", &PublicistB::foo);
303 .def("foo", static_cast<int (ProtectedB::*)() const>(&PublicistB::foo));

Completed in 4 milliseconds