|
lsst.afw g712618294e+4813a5392e
|
#include <catalog.h>
Public Types | |
| using | value_type = std::shared_ptr< Record > |
| using | reference = std::shared_ptr< Record > |
| using | difference_type = std::ptrdiff_t |
| using | iterator_category = std::input_iterator_tag |
Public Member Functions | |
| PyCatalogIndexIterator (CatalogT< Record > const *catalog, std::size_t index) | |
| std::shared_ptr< Record > | operator* () const |
| PyCatalogIndexIterator & | operator++ () |
| bool | operator== (PyCatalogIndexIterator const &other) const |
| bool | operator!= (PyCatalogIndexIterator const &other) const |
| using lsst::afw::table::python::PyCatalogIndexIterator< Record >::difference_type = std::ptrdiff_t |
| using lsst::afw::table::python::PyCatalogIndexIterator< Record >::iterator_category = std::input_iterator_tag |
| using lsst::afw::table::python::PyCatalogIndexIterator< Record >::reference = std::shared_ptr<Record> |
| using lsst::afw::table::python::PyCatalogIndexIterator< Record >::value_type = std::shared_ptr<Record> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |