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

This commit is contained in:
Wenzel Jakob
2015-07-31 04:10:38 +02:00
parent a576e6a8ca
commit 281aa0e668
13 changed files with 296 additions and 132 deletions
+1
View File
@@ -9,6 +9,7 @@
*/
#include "example.h"
#include <pybind/stl.h>
class Example2 {
public: