CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
OdLinkedArray< T, A >::iterator Class Reference

#include <OdLinkedArray.h>

Inheritance diagram for OdLinkedArray< T, A >::iterator:

Public Member Functions

 iterator ()
 
T & operator* () const
 
 operator T* ()
 
T * operator-> ()
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iterator operator+= (int n)
 
iterator operator-= (int n)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 

Friends

class OdLinkedArray< T, A >
 

Detailed Description

template<class T, class A = OdObjectsAllocator<T>>
class OdLinkedArray< T, A >::iterator

Definition at line 387 of file OdLinkedArray.h.

Constructor & Destructor Documentation

◆ iterator()

template<class T , class A = OdObjectsAllocator<T>>
OdLinkedArray< T, A >::iterator::iterator ( )
inline

Definition at line 390 of file OdLinkedArray.h.

Member Function Documentation

◆ operator T*()

template<class T , class A = OdObjectsAllocator<T>>
OdLinkedArray< T, A >::iterator::operator T* ( )
inline

Definition at line 395 of file OdLinkedArray.h.

◆ operator*()

template<class T , class A = OdObjectsAllocator<T>>
T & OdLinkedArray< T, A >::iterator::operator* ( ) const
inline

Definition at line 391 of file OdLinkedArray.h.

◆ operator++() [1/2]

template<class T , class A = OdObjectsAllocator<T>>
iterator & OdLinkedArray< T, A >::iterator::operator++ ( )
inline

Definition at line 401 of file OdLinkedArray.h.

◆ operator++() [2/2]

template<class T , class A = OdObjectsAllocator<T>>
iterator OdLinkedArray< T, A >::iterator::operator++ ( int  )
inline

Definition at line 406 of file OdLinkedArray.h.

◆ operator+=()

template<class T , class A = OdObjectsAllocator<T>>
iterator OdLinkedArray< T, A >::iterator::operator+= ( int  n)
inline

Definition at line 412 of file OdLinkedArray.h.

◆ operator--() [1/2]

template<class T , class A = OdObjectsAllocator<T>>
iterator & OdLinkedArray< T, A >::iterator::operator-- ( )
inline

Definition at line 420 of file OdLinkedArray.h.

◆ operator--() [2/2]

template<class T , class A = OdObjectsAllocator<T>>
iterator OdLinkedArray< T, A >::iterator::operator-- ( int  )
inline

Definition at line 425 of file OdLinkedArray.h.

◆ operator-=()

template<class T , class A = OdObjectsAllocator<T>>
iterator OdLinkedArray< T, A >::iterator::operator-= ( int  n)
inline

Definition at line 416 of file OdLinkedArray.h.

◆ operator->()

template<class T , class A = OdObjectsAllocator<T>>
T * OdLinkedArray< T, A >::iterator::operator-> ( )
inline

Definition at line 398 of file OdLinkedArray.h.

Friends And Related Function Documentation

◆ OdLinkedArray< T, A >

template<class T , class A = OdObjectsAllocator<T>>
friend class OdLinkedArray< T, A >
friend

Definition at line 432 of file OdLinkedArray.h.


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