lsst.afw g3d779e7deb+3cc41d2aa1
Public Types | Public Member Functions | List of all members
lsst::afw::table::python::PyCatalogIndexIterator< Record > Class Template Reference

#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
 
PyCatalogIndexIteratoroperator++ ()
 
bool operator== (PyCatalogIndexIterator const &other) const
 
bool operator!= (PyCatalogIndexIterator const &other) const
 

Detailed Description

template<typename Record>
class lsst::afw::table::python::PyCatalogIndexIterator< Record >

Definition at line 105 of file catalog.h.

Member Typedef Documentation

◆ difference_type

template<typename Record >
using lsst::afw::table::python::PyCatalogIndexIterator< Record >::difference_type = std::ptrdiff_t

Definition at line 110 of file catalog.h.

◆ iterator_category

template<typename Record >
using lsst::afw::table::python::PyCatalogIndexIterator< Record >::iterator_category = std::input_iterator_tag

Definition at line 111 of file catalog.h.

◆ reference

template<typename Record >
using lsst::afw::table::python::PyCatalogIndexIterator< Record >::reference = std::shared_ptr<Record>

Definition at line 109 of file catalog.h.

◆ value_type

template<typename Record >
using lsst::afw::table::python::PyCatalogIndexIterator< Record >::value_type = std::shared_ptr<Record>

Definition at line 108 of file catalog.h.

Constructor & Destructor Documentation

◆ PyCatalogIndexIterator()

template<typename Record >
lsst::afw::table::python::PyCatalogIndexIterator< Record >::PyCatalogIndexIterator ( CatalogT< Record > const *  catalog,
std::size_t  index 
)
inline

Definition at line 113 of file catalog.h.

Member Function Documentation

◆ operator!=()

template<typename Record >
bool lsst::afw::table::python::PyCatalogIndexIterator< Record >::operator!= ( PyCatalogIndexIterator< Record > const &  other) const
inline

Definition at line 133 of file catalog.h.

◆ operator*()

template<typename Record >
std::shared_ptr< Record > lsst::afw::table::python::PyCatalogIndexIterator< Record >::operator* ( ) const
inline

Definition at line 115 of file catalog.h.

◆ operator++()

template<typename Record >
PyCatalogIndexIterator & lsst::afw::table::python::PyCatalogIndexIterator< Record >::operator++ ( )
inline

Definition at line 124 of file catalog.h.

◆ operator==()

template<typename Record >
bool lsst::afw::table::python::PyCatalogIndexIterator< Record >::operator== ( PyCatalogIndexIterator< Record > const &  other) const
inline

Definition at line 129 of file catalog.h.


The documentation for this class was generated from the following file: