Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::IntrusiveList::Iterator Struct Reference

Public Member Functions

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

Public Attributes

IntrusiveNodeptr = nullptr
 

Detailed Description

Definition at line 16 of file IntrusiveList.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 18 of file IntrusiveList.h.

◆ operator*()

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

Definition at line 20 of file IntrusiveList.h.

◆ operator++()

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

Definition at line 19 of file IntrusiveList.h.

Member Data Documentation

◆ ptr

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

Definition at line 17 of file IntrusiveList.h.


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