Scarab  v2.9.0
Project 8 C++ Utility Library
Public Member Functions | Private Attributes | List of all members
NonZeroIterator< T > Class Template Reference

Public Member Functions

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

Private Attributes

const T * ptr_
 

Detailed Description

template<typename T>
class NonZeroIterator< T >

Definition at line 17 of file test_sequences_and_iterators.cpp.

Constructor & Destructor Documentation

◆ NonZeroIterator()

NonZeroIterator ( const T *  ptr)
inline

Definition at line 20 of file test_sequences_and_iterators.cpp.

Member Function Documentation

◆ operator*()

const T& operator* ( ) const
inline

Definition at line 21 of file test_sequences_and_iterators.cpp.

◆ operator++()

NonZeroIterator& operator++ ( )
inline

Definition at line 22 of file test_sequences_and_iterators.cpp.

Member Data Documentation

◆ ptr_

const T* ptr_
private

Definition at line 18 of file test_sequences_and_iterators.cpp.


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