nicer code separation, cleanup logic, std::function type caster

This commit is contained in:
Wenzel Jakob
2015-07-30 15:29:00 +02:00
parent a576e6a8ca
commit 281aa0e668
13 changed files with 296 additions and 132 deletions

View File

@@ -9,6 +9,7 @@
*/
#include "example.h"
#include <pybind/stl.h>
class Example2 {
public: