cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | List of all members
NonZeroIterator< T > Class Template Reference

Public Member Functions

 NonZeroIterator (const T *ptr)
 
const T & operator* () const
 
NonZeroIteratoroperator++ ()
 

Detailed Description

template<typename T>
class NonZeroIterator< T >

Definition at line 19 of file test_sequences_and_iterators.cpp.

Constructor & Destructor Documentation

◆ NonZeroIterator()

template<typename T >
NonZeroIterator< T >::NonZeroIterator ( const T *  ptr)
inline

Definition at line 22 of file test_sequences_and_iterators.cpp.

Member Function Documentation

◆ operator*()

template<typename T >
const T& NonZeroIterator< T >::operator* ( ) const
inline

Definition at line 23 of file test_sequences_and_iterators.cpp.

◆ operator++()

template<typename T >
NonZeroIterator& NonZeroIterator< T >::operator++ ( )
inline

Definition at line 24 of file test_sequences_and_iterators.cpp.


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