Home
last modified time | relevance | path

Searched refs:PythonContent (Results 1 - 1 of 1) sorted by relevance

/third_party/libexif/contrib/c++/
H A Dexif_module.cxx189 struct PythonContent : public Exif::Content struct
193 PythonContent() {} in PythonContent() function
194 PythonContent(Exif::Content const &other) : Exif::Content(other) {} in PythonContent() function
242 typedef WrappedObjectIterator<PythonContent, ExifContent *> iterator;
260 PythonContent ifdContent(object index) in ifdContent()
506 class_<PythonContent::iterator>("ContentIterator", no_init) in BOOST_PYTHON_MODULE()
507 .def("next", &PythonContent::iterator::next); in BOOST_PYTHON_MODULE()
508 class_<PythonContent>("Content") in BOOST_PYTHON_MODULE()
510 .def("__getitem__", &PythonContent::entry) in BOOST_PYTHON_MODULE()
511 .def("__iter__", &PythonContent in BOOST_PYTHON_MODULE()
[all...]

Completed in 2 milliseconds