Cogs.Foundation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Cogs::IntrusiveList::Iterator Struct Reference

#include <IntrusiveList.h>

Public Member Functions

bool operator!= (const Iterator &other) const
 
Iteratoroperator++ ()
 
IntrusiveNodeoperator* () const
 

Public Attributes

IntrusiveNodeptr = nullptr
 

Member Function Documentation

◆ operator!=()

bool Cogs::IntrusiveList::Iterator::operator!= ( const Iterator other) const
inline

References ptr.

◆ operator*()

IntrusiveNode * Cogs::IntrusiveList::Iterator::operator* ( ) const
inline

◆ operator++()

Iterator & Cogs::IntrusiveList::Iterator::operator++ ( )
inline

Member Data Documentation

◆ ptr

IntrusiveNode* Cogs::IntrusiveList::Iterator::ptr = nullptr

Referenced by operator!=().


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