PhyStar  v0.0.0 thu24
dmdyn::SmartPList< T >::Iterator Class Reference

#include <SmartPList.hpp>

Public Member Functions

 Iterator (T *p=nullptr)
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const
 
T & operator* () const
 

Private Attributes

T * ptr
 

Constructor & Destructor Documentation

◆ Iterator()

template<typename T >
dmdyn::SmartPList< T >::Iterator::Iterator ( T *  p = nullptr)
inline

Member Function Documentation

◆ operator!=()

template<typename T >
bool dmdyn::SmartPList< T >::Iterator::operator!= ( const Iterator other) const
inline

◆ operator*()

template<typename T >
T& dmdyn::SmartPList< T >::Iterator::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename T >
Iterator& dmdyn::SmartPList< T >::Iterator::operator++ ( )
inline

◆ operator++() [2/2]

template<typename T >
Iterator dmdyn::SmartPList< T >::Iterator::operator++ ( int  )
inline

◆ operator==()

template<typename T >
bool dmdyn::SmartPList< T >::Iterator::operator== ( const Iterator other) const
inline

Member Data Documentation

◆ ptr

template<typename T >
T* dmdyn::SmartPList< T >::Iterator::ptr
private

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