atlas
Public Types | Public Member Functions | Friends | List of all members
atlas::temporary::IteratorTIJ Class Reference

Public Types

using difference_type = implementation_t::difference_type
 
using iterator_category = implementation_t::iterator_category
 
using value_type = implementation_t::value_type
 
using pointer = implementation_t::pointer
 
using reference = implementation_t::reference
 

Public Member Functions

 IteratorTIJ (std::unique_ptr< implementation_t > iterator)
 
bool next (value_type &xy)
 
reference operator* () const
 
const IteratorTIJoperator++ ()
 
const IteratorTIJoperator+= (difference_type distance)
 
bool operator== (const IteratorTIJ &other) const
 
bool operator!= (const IteratorTIJ &other) const
 

Friends

difference_type operator- (const IteratorTIJ &last, const IteratorTIJ &first)
 

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