Home
last modified time | relevance | path

Searched defs:python_class (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/python/detail/
Dpython_type.hpp13 template <class T> struct python_class : PyObject struct
15 typedef python_class<T> this_type;
17 typedef T type;
19 static void *converter (PyObject *p){ in converter()
23 static void register_() in register_()