Home
last modified time | relevance | path

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

/third_party/boost/libs/python/test/
Dcltree.cpp44 class variable_wrapper: public variable { class
46 variable_wrapper(PyObject* /*self*/): variable() { in variable_wrapper() function in variable_wrapper
52 variable_wrapper(PyObject* /*self*/,variable v): variable(v) {} in variable_wrapper() function in variable_wrapper