#include <vector>#include <boost/python.hpp>

Go to the source code of this file.
Classes | |
| struct | vector_from_python_converter< T > |
| struct | vector_to_python_converter< T > |
Defines | |
| #define | def_readwrite_vector(NAME, FIELDREF) |
| #define def_readwrite_vector | ( | NAME, | |
| FIELDREF | |||
| ) |
add_property(NAME, make_getter(FIELDREF, return_value_policy<return_by_value>()), \
make_setter(FIELDREF, return_value_policy<return_by_value>()))
Definition at line 42 of file py_opcua_helpers.h.