#include <pybind_wrapper_test.h>
| Public Member Functions | |
| POINT | method_on_template_type (const POINT &point) const | 
| Template< POINT > | method_on_this (const POINT &point) const | 
| double | overload () const | 
| double | overload (const POINT &point) const | 
| double | overload (const Template< POINT > &other) const | 
| POINT | point () const | 
| Template (const POINT &point, double a=10) | |
| Template (const Template< POINT > &other) | |
| template<typename OTHER_POINT > | |
| double | template_method (const OTHER_POINT &other) const | 
| Static Public Member Functions | |
| static Template< POINT > | static_method (const Template< POINT > &other, double dummy) | 
| Private Attributes | |
| POINT | point_ | 
Definition at line 49 of file pybind_wrapper_test.h.
| 
 | inlineexplicit | 
Definition at line 51 of file pybind_wrapper_test.h.
| 
 | inline | 
Definition at line 52 of file pybind_wrapper_test.h.
| 
 | inline | 
Definition at line 64 of file pybind_wrapper_test.h.
| 
 | inline | 
Definition at line 65 of file pybind_wrapper_test.h.
| 
 | inline | 
Definition at line 54 of file pybind_wrapper_test.h.
| 
 | inline | 
Definition at line 55 of file pybind_wrapper_test.h.
| 
 | inline | 
Definition at line 58 of file pybind_wrapper_test.h.
| 
 | inline | 
Definition at line 62 of file pybind_wrapper_test.h.
| 
 | inlinestatic | 
Definition at line 67 of file pybind_wrapper_test.h.
| 
 | inline | 
Definition at line 73 of file pybind_wrapper_test.h.
| 
 | private | 
Definition at line 78 of file pybind_wrapper_test.h.