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

/gem5/ext/pybind11/tests/
H A Dtest_opaque_types.cpp36 class ClassWithSTLVecProperty { class
40 py::class_<ClassWithSTLVecProperty>(m, "ClassWithSTLVecProperty")
42 .def_readwrite("stringList", &ClassWithSTLVecProperty::stringList);
H A Dtest_opaque_types.py18 cvp = m.ClassWithSTLVecProperty()

Completed in 4 milliseconds