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

/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.cpp417 class PyA_Tpl : public Base { class in inherits:Base
424 class PyB_Tpl : public PyA_Tpl<Base> {
426 using PyA_Tpl<Base>::PyA_Tpl; // Inherit constructors (via PyA_Tpl's inherited constructors)
462 py::class_<A_Tpl, PyA_Tpl<>>(m, "A_Tpl")

Completed in 6 milliseconds