support for overriding virtual functions

This commit is contained in:
Wenzel Jakob
2015-10-01 16:46:03 +02:00
parent 04358b02ed
commit a2f6fde0dc
12 changed files with 222 additions and 91 deletions

View File

@@ -38,6 +38,7 @@ The following core C++ features can be mapped to Python
- STL data structures
- Smart pointers with reference counting like `std::shared_ptr`
- Internal references with correct reference counting
- C++ classes with virtual (and pure virtual) methods can be extended in Python
## Goodies
In addition to the core functionality, pybind11 provides some extra goodies: